gil 0.1 → 0.1.1

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 (3) hide show
  1. data/LICENSE +1 -1
  2. data/Rakefile +3 -1
  3. metadata +2 -2
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2004-2008 David Heinemeier Hansson
1
+ Copyright (c) 2008 Simon Jefford
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
data/Rakefile CHANGED
@@ -5,7 +5,7 @@ require "rake/gempackagetask"
5
5
  include FileUtils
6
6
 
7
7
  NAME = "gil"
8
- GILVERSION = "0.1"
8
+ GILVERSION = "0.1.1"
9
9
 
10
10
  CLEAN.include "pkg"
11
11
 
@@ -27,6 +27,8 @@ spec = Gem::Specification.new do |s|
27
27
  s.add_dependency "activeresource"
28
28
  s.add_dependency "rake"
29
29
  s.add_dependency "rspec"
30
+
31
+ s.rubyforge_project = 'gil'
30
32
  end
31
33
 
32
34
  Rake::GemPackageTask.new(spec) do |package|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gil
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.1"
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Jefford
@@ -74,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
74
  version:
75
75
  requirements: []
76
76
 
77
- rubyforge_project:
77
+ rubyforge_project: gil
78
78
  rubygems_version: 1.1.0
79
79
  signing_key:
80
80
  specification_version: 2