Skip to content

Commit

Permalink
bump version and update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgolick committed Aug 12, 2008
1 parent 2bee1af commit 721a463
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/resource_controller/version.rb
Expand Up @@ -2,7 +2,7 @@ module ResourceController
module VERSION
MAJOR = 0
MINOR = 4
TINY = 11
TINY = 12

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down
6 changes: 2 additions & 4 deletions resource_controller.gemspec
@@ -1,15 +1,15 @@
--- !ruby/object:Gem::Specification
name: resource_controller
version: !ruby/object:Gem::Version
version: 0.4.11
version: 0.4.12
platform: ruby
authors:
- James Golick
autorequire:
bindir: bin
cert_chain: []

date: 2008-08-06 00:00:00 -04:00
date: 2008-08-11 00:00:00 -04:00
default_executable:
dependencies: []

Expand Down Expand Up @@ -46,8 +46,6 @@ files:
- lib/resource_controller/singleton.rb
- lib/resource_controller/version.rb
- lib/resource_controller.rb
- lib/tasks
- lib/tasks/gem.rake
- lib/urligence.rb
- test/app
- test/app/controllers
Expand Down

0 comments on commit 721a463

Please sign in to comment.