Skip to content

Commit

Permalink
bump the gem version for working spec and simplify version management
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Sep 2, 2011
1 parent 5af44a9 commit 55378fc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 0 additions & 4 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@
require 'rdoc/task'
require 'rubygems/package_task'
require 'rake/contrib/sshpublisher'
gem 'gem_version', '>=0.0.6'
require 'gem_version'

require 'jeweler'
Jeweler::Tasks.new do |s|
s.name = 'enumerated_attribute'
s.version = GemVersion.next_version
s.platform = Gem::Platform::RUBY
s.description = 'Enumerated model attributes and view helpers'
s.summary = 'Add enumerated attributes to your models and expose them in drop-down lists in your views'

Expand Down
5 changes: 5 additions & 0 deletions VERSION.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
:major: 0
:minor: 3
:patch: 0
:build: 'beta1'
4 changes: 2 additions & 2 deletions enumerated_attribute.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

Gem::Specification.new do |s|
s.name = "enumerated_attribute"
s.version = "0.2.17"
s.version = "0.3.0.beta1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["Jeff Patmon", "Turadg Aleahmad"]
s.date = "2011-09-02"
s.description = "Enumerated model attributes and view helpers"
Expand Down
1 change: 0 additions & 1 deletion next_gem_version

This file was deleted.

0 comments on commit 55378fc

Please sign in to comment.