knmi 0.1.2 → 0.1.3

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.
Files changed (4) hide show
  1. data/Rakefile +1 -0
  2. data/VERSION +1 -1
  3. data/knmi.gemspec +2 -1
  4. metadata +3 -3
data/Rakefile CHANGED
@@ -16,6 +16,7 @@ Jeweler::Tasks.new do |gem|
16
16
  gem.homepage = "http://github.com/bullfight/knmi"
17
17
  gem.license = "MIT"
18
18
  gem.summary = %Q{Ruby API to access daily climate data from the Royal Netherlands Meteorological Institute }
19
+ gem.description = %Q{A set of methods to query the KNMI HTTP get form for daily climate data and select a variety of measured parameters, from available stations, in a json style array of hashes, and if necessary convert to csv.}
19
20
  gem.email = "p.schmitz@gmail.com"
20
21
  gem.authors = ["bullfight"]
21
22
  gem.add_runtime_dependency 'httparty', '>= 0.7.4'
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.2
1
+ 0.1.3
@@ -5,11 +5,12 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{knmi}
8
- s.version = "0.1.2"
8
+ s.version = "0.1.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["bullfight"]
12
12
  s.date = %q{2011-04-28}
13
+ s.description = %q{A set of methods to query the KNMI HTTP get form for daily climate data and select a variety of measured parameters, from available stations, in a json style array of hashes, and if necessary convert to csv.}
13
14
  s.email = %q{p.schmitz@gmail.com}
14
15
  s.extra_rdoc_files = [
15
16
  "LICENSE.txt",
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: knmi
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.2
5
+ version: 0.1.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - bullfight
@@ -67,7 +67,7 @@ dependencies:
67
67
  type: :runtime
68
68
  prerelease: false
69
69
  version_requirements: *id005
70
- description:
70
+ description: A set of methods to query the KNMI HTTP get form for daily climate data and select a variety of measured parameters, from available stations, in a json style array of hashes, and if necessary convert to csv.
71
71
  email: p.schmitz@gmail.com
72
72
  executables: []
73
73
 
@@ -101,7 +101,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
101
101
  requirements:
102
102
  - - ">="
103
103
  - !ruby/object:Gem::Version
104
- hash: -2570505313395176391
104
+ hash: -3006710400801568516
105
105
  segments:
106
106
  - 0
107
107
  version: "0"