SnotelAPI 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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: SnotelAPI
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pedro Rodriguez
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: Ruby gem that interfaces with the NOAA Snotel API
41
+ description: Ruby gem that interfaces with the NRCS Snotel API
42
42
  email:
43
43
  - ski.rodriguez@gmail.com
44
44
  executables: []
@@ -47,16 +47,17 @@ extra_rdoc_files: []
47
47
  files:
48
48
  - .gitignore
49
49
  - Gemfile
50
- - LICENSE.txt
50
+ - LICENSE
51
51
  - README.md
52
52
  - Rakefile
53
53
  - SnotelAPI.gemspec
54
54
  - lib/SnotelAPI.rb
55
55
  - lib/SnotelAPI/version.rb
56
+ - lib/snotel-services.xml
56
57
  - test/snotel_api_spec.rb
57
- homepage: http://snowgeek.org
58
+ homepage: https://github.com/SnowGeekOrg/snotelapi
58
59
  licenses:
59
- - GNU V2
60
+ - GPL V2
60
61
  metadata: {}
61
62
  post_install_message:
62
63
  rdoc_options: []
@@ -77,6 +78,6 @@ rubyforge_project:
77
78
  rubygems_version: 2.1.11
78
79
  signing_key:
79
80
  specification_version: 4
80
- summary: Ruby gem that interfaces with the NOAA Snotel API
81
+ summary: Ruby gem that interfaces with the NRCS Snotel API
81
82
  test_files:
82
83
  - test/snotel_api_spec.rb
data/LICENSE.txt DELETED
@@ -1,22 +0,0 @@
1
- Copyright (c) 2014 Pedro Rodriguez
2
-
3
- MIT License
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining
6
- a copy of this software and associated documentation files (the
7
- "Software"), to deal in the Software without restriction, including
8
- without limitation the rights to use, copy, modify, merge, publish,
9
- distribute, sublicense, and/or sell copies of the Software, and to
10
- permit persons to whom the Software is furnished to do so, subject to
11
- the following conditions:
12
-
13
- The above copyright notice and this permission notice shall be
14
- included in all copies or substantial portions of the Software.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.