global_boolean 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +2 -4
- data/lib/global_boolean/version.rb +1 -1
- metadata +2 -2
data/Gemfile.lock
CHANGED
@@ -1,18 +1,16 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
global_boolean (0.1.
|
4
|
+
global_boolean (0.1.2)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: http://rubygems.org/
|
8
8
|
remote: http://ror-devel:9393/
|
9
9
|
specs:
|
10
|
-
gavdi-acolyte (0.1.2)
|
11
10
|
|
12
11
|
PLATFORMS
|
13
12
|
ruby
|
14
13
|
|
15
14
|
DEPENDENCIES
|
16
|
-
bundler (
|
17
|
-
gavdi-acolyte (= 0.1.2)
|
15
|
+
bundler (~> 1.0.7)
|
18
16
|
global_boolean!
|