api_test_gem 0.2.2 → 0.2.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/Rakefile +1 -1
- data/VERSION +1 -1
- data/api_test_gem.gemspec +2 -2
- data/lib/api_test.sh +1 -1
- data/spec/api_test_gem_spec.rb +0 -3
- metadata +4 -4
data/Rakefile
CHANGED
|
@@ -18,7 +18,7 @@ Jeweler::Tasks.new do |gem|
|
|
|
18
18
|
gem.homepage = "http://github.com/jwilde/api_test_gem"
|
|
19
19
|
gem.license = "MIT"
|
|
20
20
|
gem.summary = %Q{test api calls using curl}
|
|
21
|
-
gem.description = %Q{}
|
|
21
|
+
gem.description = %Q{This test api calls using curl. If necessary, authenticate before testing, with cookie_for_auth.}
|
|
22
22
|
gem.email = "jaqui.wilde@web.de"
|
|
23
23
|
gem.authors = ["Jaqueline Wilde"]
|
|
24
24
|
# dependencies defined in Gemfile
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.3
|
data/api_test_gem.gemspec
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{api_test_gem}
|
|
8
|
-
s.version = "0.2.
|
|
8
|
+
s.version = "0.2.3"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Jaqueline Wilde"]
|
|
12
12
|
s.date = %q{2011-08-18}
|
|
13
|
-
s.description = %q{}
|
|
13
|
+
s.description = %q{This test api calls using curl. If necessary, authenticate before testing, with cookie_for_auth.}
|
|
14
14
|
s.email = %q{jaqui.wilde@web.de}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"LICENSE.txt",
|
data/lib/api_test.sh
CHANGED
data/spec/api_test_gem_spec.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: api_test_gem
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 17
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.2.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Jaqueline Wilde
|
|
@@ -110,7 +110,7 @@ dependencies:
|
|
|
110
110
|
name: rcov
|
|
111
111
|
prerelease: false
|
|
112
112
|
version_requirements: *id006
|
|
113
|
-
description:
|
|
113
|
+
description: This test api calls using curl. If necessary, authenticate before testing, with cookie_for_auth.
|
|
114
114
|
email: jaqui.wilde@web.de
|
|
115
115
|
executables: []
|
|
116
116
|
|