Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Commit

Permalink
Bump version to 1.3.0.beta
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Oct 15, 2011
1 parent be85f5a commit 0f2a31e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -5,7 +5,7 @@ source 'http://rubygems.org'
SOURCE = ENV.fetch('SOURCE', :git).to_sym SOURCE = ENV.fetch('SOURCE', :git).to_sym
REPO_POSTFIX = SOURCE == :path ? '' : '.git' REPO_POSTFIX = SOURCE == :path ? '' : '.git'
DATAMAPPER = SOURCE == :path ? Pathname(__FILE__).dirname.parent : 'http://github.com/datamapper' DATAMAPPER = SOURCE == :path ? Pathname(__FILE__).dirname.parent : 'http://github.com/datamapper'
DM_VERSION = '~> 1.2.0' DM_VERSION = '~> 1.3.0.beta'
DO_VERSION = '~> 0.10.6' DO_VERSION = '~> 0.10.6'
DM_DO_ADAPTERS = %w[ sqlite postgres mysql oracle sqlserver ] DM_DO_ADAPTERS = %w[ sqlite postgres mysql oracle sqlserver ]
CURRENT_BRANCH = ENV.fetch('GIT_BRANCH', 'master') CURRENT_BRANCH = ENV.fetch('GIT_BRANCH', 'master')
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.2.0 1.3.0.beta
6 changes: 3 additions & 3 deletions dm-core.gemspec
Expand Up @@ -5,11 +5,11 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "dm-core" s.name = "dm-core"
s.version = "1.2.0" s.version = "1.3.0.beta"


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 = ["Dan Kubb"] s.authors = ["Dan Kubb"]
s.date = "2011-10-09" s.date = "2011-10-15"
s.description = "Faster, Better, Simpler." s.description = "Faster, Better, Simpler."
s.email = "dan.kubb@gmail.com" s.email = "dan.kubb@gmail.com"
s.extra_rdoc_files = [ s.extra_rdoc_files = [
Expand Down

0 comments on commit 0f2a31e

Please sign in to comment.