rails_apps_composer 2.3.1 → 2.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 62f9f67ee95bc277e3ac6e5497556c3961226024
4
- data.tar.gz: 6f90fe93491f23b20d9878f7b105831f3a2fa268
3
+ metadata.gz: 00a0c74d9603462a9ad2da976aba6ecf894e1d9b
4
+ data.tar.gz: 2cd272a7a88382cd4824e6bd1f1e158ad9012d7a
5
5
  SHA512:
6
- metadata.gz: be17d2854b3ee536dc00d47fff447144d35fda168e10363df4f23c94e0e78d5fc501b6a10f785d343bc6d97a50e843443426b311a97554b0ad08727152915b1e
7
- data.tar.gz: a3fb11ec39d08fd3c3c78522839c1e9bdef2d286bb7326e726bd872f4ffb4ef098147c6867c871129010d3c69cb16bd309d85f4a9284dd0776a47e9d13baae84
6
+ metadata.gz: b807db8f0b4c6b1ccd4eb2eca534b28acb5352b90c5ca05c8964c8bbf47003269d1b53bdf986d6005494c404e733d79655c8a9c96a081c331b2a366b038b0a73
7
+ data.tar.gz: ae00741e66fcdf9bdb2abb96edd210f6eaa35770384de4ca11d3e300a57c22c3a6389dc7aa40c60fe2cd7bf2a1c6c93d22f760621f1a2681d99df93b4f14b21d
data/README.textile CHANGED
@@ -53,8 +53,10 @@ h2. Dependencies
53
53
 
54
54
  Before using the rails_apps_composer gem, you will need:
55
55
 
56
- * The Ruby language (version 1.9.3 or 2.0.0)
57
- * Rails 3.2 (Rails 4.0 is not yet supported)
56
+ * The Ruby language (version 2.0.0)
57
+ * Rails 3.2
58
+
59
+ Rails 4.0.0 will not work due to an unresolved "issue involving a minitest gem version conflict":https://github.com/RailsApps/rails_apps_composer/issues/220.
58
60
 
59
61
  The rails_apps_composer program uses the version of Rails that is currently installed when you launch the program. If you want to use the newest Rails version, upgrade before running rails_apps_composer.
60
62
 
data/templates/layout.erb CHANGED
@@ -200,7 +200,6 @@ end
200
200
  # >-----------------------------[ Run 'After Bundler' Callbacks ]-------------------------------<
201
201
 
202
202
  say_wizard "Running 'after bundler' callbacks."
203
- require 'bundler/setup'
204
203
  if prefer :templates, 'haml'
205
204
  say_wizard "importing html2haml conversion tool"
206
205
  require 'html2haml'
data/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module RailsWizard
2
- VERSION = "2.3.1"
2
+ VERSION = "2.3.2"
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.3.1
4
+ version: 2.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Kehoe
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-06-22 00:00:00.000000000 Z
11
+ date: 2013-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n