railsthemes 2.1.1 → 2.1.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.
@@ -124,7 +124,7 @@ module Railsthemes
|
|
124
124
|
Utils.add_gem_to_gemfile('compass-rails', :group => 'assets')
|
125
125
|
else
|
126
126
|
# see http://stackoverflow.com/questions/17341042, compass-rails + Rails 4 issues
|
127
|
-
Utils.add_gem_to_gemfile('compass-rails', :version => '~>
|
127
|
+
Utils.add_gem_to_gemfile('compass-rails', :version => '~> 1.1.0')
|
128
128
|
end
|
129
129
|
end
|
130
130
|
end
|
data/lib/railsthemes/version.rb
CHANGED
@@ -257,7 +257,7 @@ describe Railsthemes::ThemeInstaller do
|
|
257
257
|
describe 'compass-rails' do
|
258
258
|
context 'gem is not present' do
|
259
259
|
it 'should add it without group' do
|
260
|
-
mock(Railsthemes::Utils).add_gem_to_gemfile('compass-rails', version: '~>
|
260
|
+
mock(Railsthemes::Utils).add_gem_to_gemfile('compass-rails', version: '~> 1.1.0')
|
261
261
|
@installer.add_needed_gems
|
262
262
|
end
|
263
263
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: railsthemes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.2
|
5
5
|
prerelease:
|
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: 2013-
|
12
|
+
date: 2013-12-13 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: thor
|