simple-constraints 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/simple/constraints/version.rb +1 -1
- data/lib/simple/constraints.rb +3 -0
- metadata +3 -4
- data/lib/simple.rb +0 -4
data/lib/simple/constraints.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simple-constraints
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -39,7 +39,6 @@ files:
|
|
39
39
|
- lib/simple/constraints/subdomain.rb
|
40
40
|
- lib/simple/constraints/version.rb
|
41
41
|
- lib/simple/constraints.rb
|
42
|
-
- lib/simple.rb
|
43
42
|
- Rakefile
|
44
43
|
- README.md
|
45
44
|
- spec/dummy/app/assets/javascripts/application.js
|
@@ -89,7 +88,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
89
88
|
version: '0'
|
90
89
|
segments:
|
91
90
|
- 0
|
92
|
-
hash:
|
91
|
+
hash: 4596880479353924767
|
93
92
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
94
93
|
none: false
|
95
94
|
requirements:
|
@@ -98,7 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
98
97
|
version: '0'
|
99
98
|
segments:
|
100
99
|
- 0
|
101
|
-
hash:
|
100
|
+
hash: 4596880479353924767
|
102
101
|
requirements: []
|
103
102
|
rubyforge_project:
|
104
103
|
rubygems_version: 1.8.24
|
data/lib/simple.rb
DELETED