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 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.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.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
@@ -22,6 +22,6 @@ curl -H 'Accept: text/javascript' -H 'Content-Type: application/json' -w '\nHTTP
22
22
  -X $METHOD \
23
23
  -d "$XML" \
24
24
  -u "$AUTH" \
25
- "$DEST" -b $pwd/cookie_for_auth
25
+ "$DEST" -b cookie_for_auth
26
26
 
27
27
  exit 0
@@ -19,7 +19,4 @@ describe "ApiTestGem" do
19
19
  @result[:result].should_not be_nil
20
20
  @result[:result].is_a?(String).should be true
21
21
  end
22
- it "could authenticate if required" do
23
- pending
24
- end
25
22
  end
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: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 2
10
- version: 0.2.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