apirunner 0.0.13 → 0.1.0
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/Rakefile +1 -1
- data/VERSION +1 -1
- data/apirunner.gemspec +2 -2
- metadata +4 -4
data/Rakefile
CHANGED
|
@@ -16,7 +16,7 @@ Jeweler::Tasks.new do |gem|
|
|
|
16
16
|
gem.summary = %Q{one-line summary of your gem}
|
|
17
17
|
gem.description = %Q{longer description of your gem}
|
|
18
18
|
gem.email = "developers@moviepilot.com"
|
|
19
|
-
gem.homepage = "http://github.com/
|
|
19
|
+
gem.homepage = "http://github.com/moviepilot/apirunner"
|
|
20
20
|
gem.authors = ["moviepilot"]
|
|
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.1.0
|
data/apirunner.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{apirunner}
|
|
8
|
-
s.version = "0.0
|
|
8
|
+
s.version = "0.1.0"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["moviepilot"]
|
|
@@ -43,7 +43,7 @@ Gem::Specification.new do |s|
|
|
|
43
43
|
"spec/expectation_matcher_spec.rb",
|
|
44
44
|
"spec/spec_helper.rb"
|
|
45
45
|
]
|
|
46
|
-
s.homepage = %q{http://github.com/
|
|
46
|
+
s.homepage = %q{http://github.com/moviepilot/apirunner}
|
|
47
47
|
s.require_paths = ["lib"]
|
|
48
48
|
s.rubygems_version = %q{1.3.7}
|
|
49
49
|
s.summary = %q{one-line summary of your gem}
|
metadata
CHANGED
|
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
|
|
|
4
4
|
prerelease: false
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
|
+
- 1
|
|
7
8
|
- 0
|
|
8
|
-
|
|
9
|
-
version: 0.0.13
|
|
9
|
+
version: 0.1.0
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- moviepilot
|
|
@@ -232,7 +232,7 @@ files:
|
|
|
232
232
|
- spec/expectation_matcher_spec.rb
|
|
233
233
|
- spec/spec_helper.rb
|
|
234
234
|
has_rdoc: true
|
|
235
|
-
homepage: http://github.com/
|
|
235
|
+
homepage: http://github.com/moviepilot/apirunner
|
|
236
236
|
licenses: []
|
|
237
237
|
|
|
238
238
|
post_install_message:
|
|
@@ -245,7 +245,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
245
245
|
requirements:
|
|
246
246
|
- - ">="
|
|
247
247
|
- !ruby/object:Gem::Version
|
|
248
|
-
hash: -
|
|
248
|
+
hash: -3440094753525714403
|
|
249
249
|
segments:
|
|
250
250
|
- 0
|
|
251
251
|
version: "0"
|