fanforce-plugin-factory 1.6.0.rc4 → 1.6.0.rc5

Sign up to get free protection for your applications and to get access to all the features.
@@ -87,7 +87,7 @@ class Fanforce::PluginFactory::CLI::Heroku
87
87
  environment = environment.to_sym
88
88
  raise 'unknown environment' if ![:production, :staging].include?(environment)
89
89
 
90
- heroku_app_name = "#{env(environment)}-#{plugin.dir_name}"
90
+ heroku_app_name = "#{env(environment)}-plgn-#{plugin.dir_name}"
91
91
  heroku_app_name.length > 30 ? heroku_app_name.gsub!(/(a|e|i|o|u)/, '') : heroku_app_name
92
92
  end
93
93
 
@@ -1,5 +1,5 @@
1
1
  class Fanforce
2
2
  class PluginFactory
3
- VERSION = '1.6.0.rc4'
3
+ VERSION = '1.6.0.rc5'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fanforce-plugin-factory
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0.rc4
4
+ version: 1.6.0.rc5
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-02-15 00:00:00.000000000 Z
12
+ date: 2015-02-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake