connexionz 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +1 -1
- data/connexionz.gemspec +1 -1
- data/lib/connexionz/version.rb +1 -1
- metadata +3 -3
data/README.md
CHANGED
@@ -12,7 +12,7 @@ Documentation
|
|
12
12
|
|
13
13
|
Continuous Integration
|
14
14
|
----------------------
|
15
|
-
[![Build Status](http://travis-ci.org/ryanatwork/
|
15
|
+
[![Build Status](http://travis-ci.org/ryanatwork/Connexionz.png)](http://travis-ci.org/ryanatwork/Connexionz)
|
16
16
|
|
17
17
|
Usage Examples
|
18
18
|
--------------
|
data/connexionz.gemspec
CHANGED
@@ -29,6 +29,6 @@ Gem::Specification.new do |gem|
|
|
29
29
|
gem.add_runtime_dependency 'hashie', '~> 1.0.0'
|
30
30
|
gem.add_runtime_dependency 'multi_json', '~> 1.0.2'
|
31
31
|
gem.add_runtime_dependency 'multi_xml', '~> 0.2.2'
|
32
|
-
gem.add_runtime_dependency 'patron', '~> 0.4.
|
32
|
+
gem.add_runtime_dependency 'patron', '~> 0.4.9'
|
33
33
|
gem.add_runtime_dependency 'rash', '~> 0.3.0'
|
34
34
|
end
|
data/lib/connexionz/version.rb
CHANGED
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: connexionz
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.0.
|
5
|
+
version: 0.0.2
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Ryan Resella
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-06-
|
13
|
+
date: 2011-06-25 00:00:00 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: ZenTest
|
@@ -163,7 +163,7 @@ dependencies:
|
|
163
163
|
requirements:
|
164
164
|
- - ~>
|
165
165
|
- !ruby/object:Gem::Version
|
166
|
-
version: 0.4.
|
166
|
+
version: 0.4.9
|
167
167
|
type: :runtime
|
168
168
|
version_requirements: *id014
|
169
169
|
- !ruby/object:Gem::Dependency
|