rails_apps_composer 2.4.14 → 2.4.15

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: 7333865b06dd48e9351c9ef7f1956c2168c3c017
4
- data.tar.gz: 1ab8fb1541b6b4ea806dc7ba363fda100760a882
3
+ metadata.gz: a28af517b19ed3cf023bc36b29a49baf9736403f
4
+ data.tar.gz: 0f5aaf7d0ffe68ec407e81b02cb68c842ccdb6d6
5
5
  SHA512:
6
- metadata.gz: 7998eeabba75e3ca4335364b0da8426220ff16e91300e367c60278b171f5531c04b5c04098ea13dee17a975c3745f1e96ee4a9b2f549ee6647e6a9c2eabe7685
7
- data.tar.gz: 42a33a77aea308e5fc1a0482e42010eb4c21b8d9510d717198bfbdd836e61427937ce2417fb88a5234987c8870e08e3ac3a3f5d42469c418415c3f00e0d3793b
6
+ metadata.gz: d38cb8a41cd2369711bba5f6ee88f4d5712ab694d9323a2d4884e859bac66dacdd915effe3d8c1fca235e4033df7e2c4452b1312e6d3689862c5b3ef2041acbd
7
+ data.tar.gz: 4997477bde591f51838292944fe55621d5545351c979024793908d9509c0e9322dfb3d462f54ada00b060c344495530ca45568defccbc01fd2f846a648333a2e
data/recipes/gems.rb CHANGED
@@ -108,7 +108,7 @@ case prefs[:frontend]
108
108
  when 'foundation4'
109
109
  if rails_4?
110
110
  add_gem 'zurb-foundation', '~> 4.3.2'
111
- add_gem 'compass-rails', '~> 2.0.alpha.0'
111
+ add_gem 'compass-rails', '~> 1.1.2'
112
112
  else
113
113
  add_gem 'zurb-foundation', '~> 4.3.2', :group => assets_group
114
114
  add_gem 'compass-rails', '~> 1.0.3', :group => assets_group
data/recipes/railsapps.rb CHANGED
@@ -65,7 +65,7 @@ case prefs[:apps4]
65
65
  prefs[:unit_test] = false
66
66
  prefs[:integration] = false
67
67
  prefs[:fixtures] = false
68
- prefs[:frontend] = 'foundation5'
68
+ prefs[:frontend] = 'foundation4'
69
69
  prefs[:email] = 'gmail'
70
70
  prefs[:authentication] = false
71
71
  prefs[:devise_modules] = false
data/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module RailsWizard
2
- VERSION = "2.4.14"
2
+ VERSION = "2.4.15"
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.4.14
4
+ version: 2.4.15
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-11-23 00:00:00.000000000 Z
11
+ date: 2013-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n