cosm-rb 0.0.1 → 0.0.2

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/.rvmrc CHANGED
@@ -1 +1 @@
1
- rvm --create 1.8.7-p249@pachube_data_formats
1
+ rvm --create 1.8.7-p249@cosm-rb
data/Gemfile CHANGED
@@ -1,4 +1,4 @@
1
1
  source :rubygems
2
2
 
3
- # Gem dependencies specified in pachube_data_formats.gemspec
3
+ # Gem dependencies specified in cosm-rb.gemspec
4
4
  gemspec
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [![Build Status](https://secure.travis-ci.org/pachube/pachube_data_formats.png)](http://travis-ci.org/pachube/pachube_data_formats)
1
+ [![Build Status](https://secure.travis-ci.org/cosm/cosm-rb.png)](http://travis-ci.org/cosm/cosm-rb)
2
2
 
3
3
  Cosm gem
4
4
  ========================
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Paul Bellamy", "Levent Ali", "Sam Mulube"]
10
10
  s.email = ["paul.a.bellamy@gmail.com", "lebreeze@gmail.com", "sam@pachube.com"]
11
- s.homepage = "http://github.com/pachube/pachube_data_formats"
11
+ s.homepage = "http://github.com/cosm/cosm-rb"
12
12
  s.summary = "A library for communicating with the Cosm REST API, parsing and rendering Cosm feed formats"
13
13
  s.description = "A library for communicating with the Cosm REST API, parsing and rendering Cosm feed formats"
14
14
 
@@ -17,8 +17,6 @@ Gem::Specification.new do |s|
17
17
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
18
18
  s.require_paths = ["lib"]
19
19
 
20
- s.required_rubygems_version = ">=1.6.2"
21
-
22
20
  s.add_dependency("yajl-ruby", ">=0.8.1")
23
21
  s.add_dependency("nokogiri", ">=1.4.4")
24
22
  s.add_dependency("httparty", ">=0.8.3")
@@ -1,3 +1,3 @@
1
1
  module Cosm #:nodoc:
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cosm-rb
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Paul Bellamy
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2012-05-17 00:00:00 +01:00
20
+ date: 2012-05-21 00:00:00 +01:00
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
@@ -266,7 +266,7 @@ files:
266
266
  - spec/support/search_result_helper.rb
267
267
  - spec/support/trigger_helper.rb
268
268
  has_rdoc: true
269
- homepage: http://github.com/pachube/pachube_data_formats
269
+ homepage: http://github.com/cosm/cosm-rb
270
270
  licenses: []
271
271
 
272
272
  post_install_message:
@@ -289,12 +289,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
289
289
  requirements:
290
290
  - - ">="
291
291
  - !ruby/object:Gem::Version
292
- hash: 11
292
+ hash: 3
293
293
  segments:
294
- - 1
295
- - 6
296
- - 2
297
- version: 1.6.2
294
+ - 0
295
+ version: "0"
298
296
  requirements: []
299
297
 
300
298
  rubyforge_project: