knmi 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/LICENSE.txt +1 -1
- data/README.rdoc +0 -10
- data/VERSION +1 -1
- data/knmi.gemspec +1 -1
- metadata +2 -2
data/LICENSE.txt
CHANGED
data/README.rdoc
CHANGED
@@ -57,16 +57,6 @@ eg start = 19800123, end = 19840427 will return data between January 23 and Apri
|
|
57
57
|
KNMI.to_csv("path/to/filename", response)
|
58
58
|
convenience function for writing response array to a csv
|
59
59
|
|
60
|
-
== Contributing to knmi
|
61
|
-
|
62
|
-
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
|
63
|
-
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
|
64
|
-
* Fork the project
|
65
|
-
* Start a feature/bugfix branch
|
66
|
-
* Commit and push until you are happy with your contribution
|
67
|
-
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
|
68
|
-
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
|
69
|
-
|
70
60
|
== Copyright
|
71
61
|
|
72
62
|
Copyright (c) 2011 bullfight. See LICENSE.txt for
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.1
|
data/knmi.gemspec
CHANGED
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: knmi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.1.
|
5
|
+
version: 0.1.1
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- bullfight
|
@@ -101,7 +101,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
101
101
|
requirements:
|
102
102
|
- - ">="
|
103
103
|
- !ruby/object:Gem::Version
|
104
|
-
hash:
|
104
|
+
hash: 4482031321929466372
|
105
105
|
segments:
|
106
106
|
- 0
|
107
107
|
version: "0"
|