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 CHANGED
@@ -12,7 +12,7 @@ Documentation
12
12
 
13
13
  Continuous Integration
14
14
  ----------------------
15
- [![Build Status](http://travis-ci.org/ryanatwork/connexionz.png)](http://travis-ci.org/ryanatwork/connexionz)
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.11'
32
+ gem.add_runtime_dependency 'patron', '~> 0.4.9'
33
33
  gem.add_runtime_dependency 'rash', '~> 0.3.0'
34
34
  end
@@ -1,3 +1,3 @@
1
1
  module Connexionz
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: connexionz
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
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-17 00:00:00 Z
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.11
166
+ version: 0.4.9
167
167
  type: :runtime
168
168
  version_requirements: *id014
169
169
  - !ruby/object:Gem::Dependency