Skip to content

Commit

Permalink
release as formbuilder-rb
Browse files Browse the repository at this point in the history
  • Loading branch information
ajb committed Sep 27, 2013
1 parent c9c1908 commit 3ddd913
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: .
specs:
formbuilder (0.0.3)
formbuilder-rb (0.0.1)
carrierwave
geocoder
pg
Expand Down Expand Up @@ -190,7 +190,7 @@ DEPENDENCIES
carrierwave
coveralls
factory_girl_rails
formbuilder!
formbuilder-rb!
geocoder
guard-rspec
launchy
Expand Down
2 changes: 1 addition & 1 deletion formbuilder.gemspec → formbuilder-rb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require "formbuilder/version"

# Describe your gem and declare its dependencies:
Gem::Specification.new do |s|
s.name = "formbuilder"
s.name = "formbuilder-rb"
s.version = Formbuilder::VERSION
s.authors = ["Adam Becker"]
s.email = ["adam@dobt.co"]
Expand Down
2 changes: 1 addition & 1 deletion lib/formbuilder/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Formbuilder
VERSION = "0.0.3"
VERSION = "0.0.1"
end

0 comments on commit 3ddd913

Please sign in to comment.