saasy 0.0.2.alpha2 → 0.0.2.alpha3

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.
Files changed (2) hide show
  1. data/Gemfile +1 -1
  2. metadata +3 -3
data/Gemfile CHANGED
@@ -3,7 +3,7 @@ gem "cucumber"
3
3
  gem "aruba"
4
4
  gem "rake"
5
5
  gem "rspec-rails", :require => false
6
- gem "rails", ">= 3.0.3"
6
+ gem "rails", ">= 3.1.0.rc4"
7
7
  gem "thin"
8
8
  gem "clearance", "~> 0.11.0"
9
9
  gem "shoulda", :require => false
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: saasy
3
3
  version: !ruby/object:Gem::Version
4
- hash: 592302921
4
+ hash: 592302923
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
9
  - 2
10
10
  - alpha
11
- - 2
12
- version: 0.0.2.alpha2
11
+ - 3
12
+ version: 0.0.2.alpha3
13
13
  platform: ruby
14
14
  authors:
15
15
  - thoughtbot, inc.