Skip to content

Commit

Permalink
Since we're now ruby 1.9 only, up the gemspec constraints and start a…
Browse files Browse the repository at this point in the history
… new 0.12 version series.
  • Loading branch information
steveyken committed Dec 29, 2012
1 parent 0d375b8 commit 96b9338
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions fat_free_crm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
gem.email = ['mike@fatfreecrm.com', 'nathan@fatfreecrm.com', 'warp@fatfreecrm.com', 'steveyken@gmail.com']
gem.files = `git ls-files`.split("\n")
gem.version = FatFreeCRM::VERSION::STRING
gem.required_ruby_version = '>= 1.9'

gem.add_dependency 'rails', '~> 3.2'
gem.add_dependency 'prototype-rails'
Expand Down
6 changes: 3 additions & 3 deletions lib/fat_free_crm/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Fat Free CRM
# Copyright (C) 2008-2011 by Michael Dvorkin
# Copyright (C) 2008-2013 by Michael Dvorkin
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
Expand All @@ -18,8 +18,8 @@
module FatFreeCRM
module VERSION #:nodoc:
MAJOR = 0
MINOR = 11
TINY = 4
MINOR = 12
TINY = 0
PRE = nil

STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
Expand Down

0 comments on commit 96b9338

Please sign in to comment.