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 => '~> 2.0.alpha.0')
127
+ Utils.add_gem_to_gemfile('compass-rails', :version => '~> 1.1.0')
128
128
  end
129
129
  end
130
130
  end
@@ -1,5 +1,5 @@
1
1
  module Railsthemes
2
2
  unless defined?(Railsthemes::VERSION)
3
- VERSION = "2.1.1"
3
+ VERSION = "2.1.2"
4
4
  end
5
5
  end
@@ -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: '~> 2.0.alpha.0')
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.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-09-17 00:00:00.000000000 Z
12
+ date: 2013-12-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor