jamesotron-digitalnz 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +2 -1
  2. data/lib/digitalnz/version.rb +1 -1
  3. metadata +3 -3
data/Rakefile CHANGED
@@ -15,7 +15,8 @@ spec = Gem::Specification.new do |s|
15
15
  s.summary = "A small gem to interface with the DigitalNZ API"
16
16
  s.author = 'James Harton'
17
17
  s.email = 'jamesotron@gmail.com'
18
- s.homepage = 'http://www.helicopter.geek.nz/'
18
+ s.homepage = 'http://github.com/jamesotron/digitalnz/tree/master'
19
+ s.rubyforge_project = 'digitalnz'
19
20
  s.files = %w(README.rdoc Rakefile) + Dir.glob("{lib,test}/**/*")
20
21
 
21
22
  end
@@ -3,7 +3,7 @@ module DigitalNZ
3
3
 
4
4
  MAJOR = 0
5
5
  MINOR = 1
6
- TINY = 1
6
+ TINY = 2
7
7
 
8
8
  def self.to_s
9
9
  [MAJOR, MINOR, TINY].join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jamesotron-digitalnz
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Harton
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-03-10 00:00:00 -07:00
12
+ date: 2009-03-19 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -25,8 +25,8 @@ files:
25
25
  - README.rdoc
26
26
  - Rakefile
27
27
  - lib/digitalnz
28
- - lib/digitalnz/search.rb
29
28
  - lib/digitalnz/record.rb
29
+ - lib/digitalnz/search.rb
30
30
  - lib/digitalnz/version.rb
31
31
  - lib/digitalnz.rb
32
32
  has_rdoc: true