rails_apps_composer 2.6.3 → 2.6.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 632f8d7fcb41cef1eb9ef9fed6ce7ba8eebc2d6c
4
- data.tar.gz: 4acfeeec2bbd5a0e628d6c1394f6f679b0b69d62
3
+ metadata.gz: e4fa09afa733fc622446874963ef6c495560bd0b
4
+ data.tar.gz: 405d445162fcdfe531e9a3d41296eccf5688e660
5
5
  SHA512:
6
- metadata.gz: 4831a37104bf2bcb1dc54a63386301b78d2adcacfb2158836fc35549f86e4048595b68396407ef0b9de318accde5be9727732e430c6a3aabf23b951c2f2830d2
7
- data.tar.gz: 13c5b591ca76211e52a9c15f5abe02edf7b9bdb28e6a9d26839c6ed6fe33eaef614f5dbf1124b4ce3f04776545df098c0b77d1a2ca6cffef4cc343468f0dd0d2
6
+ metadata.gz: 182dcec34597565d3ca545645387f39faaab502f4bd9bbd80c39074c61db3eeb9d923ebceeedca4ea45adebff840d623f3a3ed63a6af4eb94ebe45dd9bf83acf
7
+ data.tar.gz: ff3286021081593f294ec3abf688236c0a7efee0099d0ed95da34f8f2695e22c47e3c9e4c5796bc3c113f452a737b01b32b8ff180db98c76b02404e4e9ba2c4d
data/recipes/extras.rb CHANGED
@@ -159,8 +159,9 @@ after_everything do
159
159
  gsub_file 'Gemfile', /.*gem 'haml2slim'\n/, "\n"
160
160
  gsub_file 'Gemfile', /.*gem 'html2haml'\n/, "\n"
161
161
  end
162
- # remove temporary rails_apps_pages gem
162
+ # remove gems used to assist rails_apps_composer
163
163
  gsub_file 'Gemfile', /.*gem 'rails_apps_pages'\n/, ''
164
+ gsub_file 'Gemfile', /.*gem 'rails_apps_testing'\n/, ''
164
165
  # remove commented lines and multiple blank lines from Gemfile
165
166
  # thanks to https://github.com/perfectline/template-bucket/blob/master/cleanup.rb
166
167
  gsub_file 'Gemfile', /#.*\n/, "\n"
data/templates/layout.erb CHANGED
@@ -116,8 +116,8 @@ say_wizard("\033[1m\033[36m" + " \| \| \| \|" + "\
116
116
  say_wizard("\033[1m\033[36m" + " \| \| \| \|" + "\033[0m")
117
117
  say_wizard("\033[1m\033[36m" + '' + "\033[0m")
118
118
  say_wizard("\033[1m\033[36m" + "Rails Composer, open source, supported by subscribers." + "\033[0m")
119
- say_wizard("\033[1m\033[36m" + "Please join RailsApps to support development of Rails Composer." + "\033[0m")
120
- say_wizard("\033[1m\033[36m" + "Need help? Ask on Stack Overflow with the tag \'railsapps.\'" + "\033[0m")
119
+ say_wizard("\033[1m\033[36m" + "Please join RailsApps and support development of Rails Composer." + "\033[0m")
120
+ say_wizard("Need help? Ask on Stack Overflow with the tag \'railsapps.\'")
121
121
  say_wizard("Your new application will contain diagnostics in its README file.")
122
122
 
123
123
  if diagnostics_recipes.sort.include? recipes.sort
data/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module RailsWizard
2
- VERSION = "2.6.3"
2
+ VERSION = "2.6.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_apps_composer
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.3
4
+ version: 2.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Kehoe
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-05 00:00:00.000000000 Z
11
+ date: 2014-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n