police 0.0.0 → 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +7 -4
- data/Gemfile.lock +14 -2
- data/README.markdown +3 -2
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/police.gemspec +5 -4
- metadata +6 -5
data/Gemfile
CHANGED
@@ -1,10 +1,13 @@
|
|
1
1
|
source :rubygems
|
2
2
|
|
3
|
+
gem 'police-dataflow', '>= 0.0.1', path: '../police-dataflow'
|
4
|
+
gem 'police-vminfo', '>= 0.0.1', path: '../police-vminfo'
|
5
|
+
|
3
6
|
group :development do
|
4
|
-
gem '
|
5
|
-
gem 'yard', '>= 0.7'
|
6
|
-
gem 'rdoc', '>= 3.12'
|
7
|
-
gem 'bundler', '>= 1.0.0'
|
7
|
+
gem 'bundler', '>= 1.1.0'
|
8
8
|
gem 'jeweler', '>= 1.8.3'
|
9
|
+
gem 'minitest', '>= 2.11.2'
|
10
|
+
gem 'rdoc', '>= 3.12'
|
9
11
|
gem 'simplecov', '>= 0.6.1'
|
12
|
+
gem 'yard', '>= 0.7'
|
10
13
|
end
|
data/Gemfile.lock
CHANGED
@@ -1,3 +1,13 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ../police-dataflow
|
3
|
+
specs:
|
4
|
+
police-dataflow (0.0.1)
|
5
|
+
|
6
|
+
PATH
|
7
|
+
remote: ../police-vminfo
|
8
|
+
specs:
|
9
|
+
police-vminfo (0.0.1)
|
10
|
+
|
1
11
|
GEM
|
2
12
|
remote: http://rubygems.org/
|
3
13
|
specs:
|
@@ -23,9 +33,11 @@ PLATFORMS
|
|
23
33
|
ruby
|
24
34
|
|
25
35
|
DEPENDENCIES
|
26
|
-
bundler (>= 1.
|
36
|
+
bundler (>= 1.1.0)
|
27
37
|
jeweler (>= 1.8.3)
|
28
|
-
minitest
|
38
|
+
minitest (>= 2.11.2)
|
39
|
+
police-dataflow (>= 0.0.1)!
|
40
|
+
police-vminfo (>= 0.0.1)!
|
29
41
|
rdoc (>= 3.12)
|
30
42
|
simplecov (>= 0.6.1)
|
31
43
|
yard (>= 0.7)
|
data/README.markdown
CHANGED
data/Rakefile
CHANGED
@@ -15,7 +15,7 @@ require 'jeweler'
|
|
15
15
|
Jeweler::Tasks.new do |gem|
|
16
16
|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
|
17
17
|
gem.name = "police"
|
18
|
-
gem.homepage = "http://github.com/
|
18
|
+
gem.homepage = "http://github.com/csail/police"
|
19
19
|
gem.license = "MIT"
|
20
20
|
gem.summary = %Q{Ruby implementation of the RESIN data flow assertion framework}
|
21
21
|
gem.description = %Q{This gem is an umbrella for all the police components}
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.1
|
data/police.gemspec
CHANGED
@@ -5,14 +5,15 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "police"
|
8
|
-
s.version = "0.0.
|
8
|
+
s.version = "0.0.1"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Victor Costan"]
|
12
|
-
s.date = "2012-
|
12
|
+
s.date = "2012-04-10"
|
13
13
|
s.description = "This gem is an umbrella for all the police components"
|
14
14
|
s.email = "victor@costan.us"
|
15
15
|
s.extra_rdoc_files = [
|
16
|
+
"LICENSE.txt",
|
16
17
|
"README.markdown"
|
17
18
|
]
|
18
19
|
s.files = [
|
@@ -28,10 +29,10 @@ Gem::Specification.new do |s|
|
|
28
29
|
"test/helper.rb",
|
29
30
|
"test/test_police.rb"
|
30
31
|
]
|
31
|
-
s.homepage = "http://github.com/
|
32
|
+
s.homepage = "http://github.com/csail/police"
|
32
33
|
s.licenses = ["MIT"]
|
33
34
|
s.require_paths = ["lib"]
|
34
|
-
s.rubygems_version = "1.8.
|
35
|
+
s.rubygems_version = "1.8.21"
|
35
36
|
s.summary = "Ruby implementation of the RESIN data flow assertion framework"
|
36
37
|
|
37
38
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: police
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,13 +9,14 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
12
|
+
date: 2012-04-10 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: This gem is an umbrella for all the police components
|
15
15
|
email: victor@costan.us
|
16
16
|
executables: []
|
17
17
|
extensions: []
|
18
18
|
extra_rdoc_files:
|
19
|
+
- LICENSE.txt
|
19
20
|
- README.markdown
|
20
21
|
files:
|
21
22
|
- .document
|
@@ -29,7 +30,7 @@ files:
|
|
29
30
|
- police.gemspec
|
30
31
|
- test/helper.rb
|
31
32
|
- test/test_police.rb
|
32
|
-
homepage: http://github.com/
|
33
|
+
homepage: http://github.com/csail/police
|
33
34
|
licenses:
|
34
35
|
- MIT
|
35
36
|
post_install_message:
|
@@ -44,7 +45,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
44
45
|
version: '0'
|
45
46
|
segments:
|
46
47
|
- 0
|
47
|
-
hash:
|
48
|
+
hash: 1125337330796840694
|
48
49
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
49
50
|
none: false
|
50
51
|
requirements:
|
@@ -53,7 +54,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
53
54
|
version: '0'
|
54
55
|
requirements: []
|
55
56
|
rubyforge_project:
|
56
|
-
rubygems_version: 1.8.
|
57
|
+
rubygems_version: 1.8.21
|
57
58
|
signing_key:
|
58
59
|
specification_version: 3
|
59
60
|
summary: Ruby implementation of the RESIN data flow assertion framework
|