onthesnow 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/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ ## v0.02
2
+
3
+ * Add summary
4
+
1
5
  ## v0.0.1
2
6
 
3
7
  * Initial release
data/README ADDED
@@ -0,0 +1 @@
1
+ Simple API to get some informations from http://www.onthesnow.com
@@ -1,3 +1,3 @@
1
1
  module Onthesnow
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/onthesnow.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
9
  s.email = ["jowiesniak@gmail.com"]
10
10
  s.homepage = ""
11
11
  s.summary = %q{"Small API to communicate with http://www.onthesnow.com"}
12
- s.description = %q{""}
12
+ s.description = %q{"Small API to communicate with http://www.onthesnow.com"}
13
13
 
14
14
  s.rubyforge_project = "onthesnow"
15
15
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: onthesnow
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
  - Jan Owiesniak
@@ -87,7 +87,7 @@ dependencies:
87
87
  version: "0"
88
88
  type: :runtime
89
89
  version_requirements: *id005
90
- description: "\"\""
90
+ description: "\"Small API to communicate with http://www.onthesnow.com\""
91
91
  email:
92
92
  - jowiesniak@gmail.com
93
93
  executables: []
@@ -101,6 +101,7 @@ files:
101
101
  - .rvmrc
102
102
  - CHANGELOG
103
103
  - Gemfile
104
+ - README
104
105
  - README.md
105
106
  - Rakefile
106
107
  - lib/onthesnow.rb
@@ -124,7 +125,7 @@ files:
124
125
  - spec/fixtures/alaska_snow.rss
125
126
  - spec/fixtures/alyska_profile.html
126
127
  - spec/fixtures/site_map_rss.html
127
- - spec/onthesnow_parser_spec.rb
128
+ - spec/onthesnow_api_integration_spec.rb
128
129
  - spec/spec_helper.rb
129
130
  homepage: ""
130
131
  licenses: []