clearance 0.9.0.rc8 → 0.9.0.rc9
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.
- data/VERSION +1 -1
- data/clearance.gemspec +1 -1
- metadata +5 -6
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.9.0.
|
|
1
|
+
0.9.0.rc9
|
data/clearance.gemspec
CHANGED
|
@@ -196,7 +196,7 @@ Gem::Specification.new do |s|
|
|
|
196
196
|
"test/test_helper.rb"
|
|
197
197
|
]
|
|
198
198
|
|
|
199
|
-
s.add_dependency('rails', '~>3.0.0
|
|
199
|
+
s.add_dependency('rails', '~>3.0.0')
|
|
200
200
|
s.add_development_dependency('rspec', [">= 1.3.0"])
|
|
201
201
|
|
|
202
202
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: clearance
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 977940494
|
|
5
5
|
prerelease: true
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 9
|
|
9
9
|
- 0
|
|
10
|
-
-
|
|
11
|
-
version: 0.9.0.
|
|
10
|
+
- rc9
|
|
11
|
+
version: 0.9.0.rc9
|
|
12
12
|
platform: ruby
|
|
13
13
|
authors:
|
|
14
14
|
- Dan Croak
|
|
@@ -44,13 +44,12 @@ dependencies:
|
|
|
44
44
|
requirements:
|
|
45
45
|
- - ~>
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
hash:
|
|
47
|
+
hash: 7
|
|
48
48
|
segments:
|
|
49
49
|
- 3
|
|
50
50
|
- 0
|
|
51
51
|
- 0
|
|
52
|
-
|
|
53
|
-
version: 3.0.0.beta4
|
|
52
|
+
version: 3.0.0
|
|
54
53
|
type: :runtime
|
|
55
54
|
version_requirements: *id001
|
|
56
55
|
- !ruby/object:Gem::Dependency
|