surveillance_authority 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/surveillance_authority.gemspec +2 -2
- metadata +4 -4
data/Rakefile
CHANGED
@@ -16,7 +16,7 @@ Jeweler::Tasks.new do |gem|
|
|
16
16
|
gem.summary = %Q{Write centralized model observers in a simple DSL}
|
17
17
|
gem.description = %Q{Write centralized model observers in a simple DSL}
|
18
18
|
gem.email = "github@bornkessel.com"
|
19
|
-
gem.homepage = "http://github.com/
|
19
|
+
gem.homepage = "http://github.com/moviepilot/surveillance_authority"
|
20
20
|
gem.authors = ["Daniel Bornkessel"]
|
21
21
|
# Include your dependencies below. Runtime dependencies are required when using your gem,
|
22
22
|
# and development dependencies are only needed for development (ie running rake tasks, tests, etc)
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.2
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{surveillance_authority}
|
8
|
-
s.version = "0.0.
|
8
|
+
s.version = "0.0.2"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Daniel Bornkessel"]
|
@@ -32,7 +32,7 @@ Gem::Specification.new do |s|
|
|
32
32
|
"spec/spec_helper.rb",
|
33
33
|
"surveillance_authority.gemspec"
|
34
34
|
]
|
35
|
-
s.homepage = %q{http://github.com/
|
35
|
+
s.homepage = %q{http://github.com/moviepilot/surveillance_authority}
|
36
36
|
s.require_paths = ["lib"]
|
37
37
|
s.rubygems_version = %q{1.3.7}
|
38
38
|
s.summary = %q{Write centralized model observers in a simple DSL}
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
8
|
+
- 2
|
9
|
+
version: 0.0.2
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Daniel Bornkessel
|
@@ -224,7 +224,7 @@ files:
|
|
224
224
|
- spec/spec_helper.rb
|
225
225
|
- surveillance_authority.gemspec
|
226
226
|
has_rdoc: true
|
227
|
-
homepage: http://github.com/
|
227
|
+
homepage: http://github.com/moviepilot/surveillance_authority
|
228
228
|
licenses: []
|
229
229
|
|
230
230
|
post_install_message:
|
@@ -237,7 +237,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
237
237
|
requirements:
|
238
238
|
- - ">="
|
239
239
|
- !ruby/object:Gem::Version
|
240
|
-
hash: -
|
240
|
+
hash: -1474249498431898726
|
241
241
|
segments:
|
242
242
|
- 0
|
243
243
|
version: "0"
|