knmi 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/LICENSE.txt +1 -1
  2. data/README.rdoc +0 -10
  3. data/VERSION +1 -1
  4. data/knmi.gemspec +1 -1
  5. metadata +2 -2
@@ -1,4 +1,4 @@
1
- Copyright (c) 2011 bullfight
1
+ Copyright (c) 2011 Patrick Galvin Schmitz - p.schmitz@gmail.com
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -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.0
1
+ 0.1.1
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{knmi}
8
- s.version = "0.1.0"
8
+ s.version = "0.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["bullfight"]
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: knmi
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0
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: -2720597774601715726
104
+ hash: 4482031321929466372
105
105
  segments:
106
106
  - 0
107
107
  version: "0"