onthesnow 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +4 -0
- data/README +1 -0
- data/lib/onthesnow/version.rb +1 -1
- data/onthesnow.gemspec +1 -1
- data/spec/{onthesnow_parser_spec.rb → onthesnow_api_integration_spec.rb} +0 -0
- metadata +6 -5
data/CHANGELOG
CHANGED
data/README
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
Simple API to get some informations from http://www.onthesnow.com
|
data/lib/onthesnow/version.rb
CHANGED
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
|
|
File without changes
|
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:
|
4
|
+
hash: 27
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
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/
|
128
|
+
- spec/onthesnow_api_integration_spec.rb
|
128
129
|
- spec/spec_helper.rb
|
129
130
|
homepage: ""
|
130
131
|
licenses: []
|