global_boolean 0.1.2 → 0.1.3

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/Gemfile.lock CHANGED
@@ -1,18 +1,16 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- global_boolean (0.1.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 (= 1.0.7)
17
- gavdi-acolyte (= 0.1.2)
15
+ bundler (~> 1.0.7)
18
16
  global_boolean!
@@ -1,3 +1,3 @@
1
1
  module GlobalBoolean
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 2
9
- version: 0.1.2
8
+ - 3
9
+ version: 0.1.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Robert Pankowecki