Skip to content

Commit

Permalink
Bumping version. This will be last ruby 1.8 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyken committed Dec 29, 2012
1 parent fec6ddb commit 535c36c
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ It does not matter how slowly you go as long as you do not stop.
First they ignore you, then they laugh at you, then they fight you,
then you win. –- Mahatma Gandhi

Sat, Dec 29, 2012
---------------------------------------------------------------------
- A lot has happened in the last 2 years!
- 0.11.4 will be the last ruby 1.8 release

Tue, Sep 7, 2010
---------------------------------------------------------------------
- Added Gemfile and Gemfile.lock.
Expand Down Expand Up @@ -1836,4 +1841,4 @@ Mon, Nov 24, 2008
---------------------------------------------------------------------
- Added [sessions] and [users] tables, created [User] model.
- Installed Rspec and [acts_as_paranoid] plugins.
- Created the project and posted it on GitHub.
- Created the project and posted it on GitHub.
41 changes: 40 additions & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
@@ -1,50 +1,89 @@
The following people have contributed code, patches, bug fixes, and language
translations to the Fat Free CRM:

* Aaron Brethorst
* Adrian Klingel
* Alexander Kabanov (USA)
* Alex Tomlins
* Andrew Neil (United Kingdom)
* Apirak Panatkool (Thailand)
* Avery Pennarun (Canada)
* Beatriz Garcia Parrilla (Spain)
* Ben Tillman (Hong Kong)
* Brook
* Cédric Brancourt (France)
* Chris Carter
* Codemis
* Craig Ulliott (USA)
* David Cornu
* David Keita
* Dirk Kelly (Australia)
* Dmitry Dudin (Russia)
* Douglas Campos (Brasil)
* Drew Neil
* Dr. Nic Williams (Australia)
* dup2
* Elad Meidar (Israel)
* Electron-libre
* Enderson Maia (Brasil)
* Eric Davis (USA)
* Eric Shelley (USA)
* Fritz Thielemann (Germany)
* Gavin Baker (USA)
* guesxy
* Hamish Rickerby (United Kingdom)
* Jack Tang (China)
* James Zhang (China)
* Jim Gay (USA)
* Josef Chmel
* Jose Luis Gordo Romero (Spain)
* Joseph Near
* Kamil Politowicz (Germany)
* Kevin Fullerton
* Kiran Jonnalagadda
* Kouichi Kishikami
* Lana Dvorkin (USA)
* Leonid Dinershtein (Russia)
* Louis Nyffenegger (Australia)
* Lukasz Kosewski (Canada)
* Matt Beedle (Spain)
* Marian Mrózek
* Mark Friedgan
* Martin Gajdos (Switzerland)
* Martin Trejo (Mexico)
* Masaki Muranaka
* Matt Beedle (Spain)
* Mauro Alloro
* Michael Dvorkin
* Mike Dvorkin
* Miles Togoe (USA)
* Nathan Broadbent (Hong Kong)
* Nicholas Fine
* Nicholas Rowe (USA)
* Nobuhito Okada (Japan)
* Olmo Maldonado
* Patrick Mulder
* Paul
* Peter McCurdy (Canada)
* Philipp Ullmann
* Ralf Ebert (Germany)
* rickerbh
* Rit Li (USA)
* Robert Fletcher
* Rob Esposito
* Roman Smirnov (Russia)
* Russell Niller (USA)
* Ryan Stenhouse (Scotland)
* Scott Miller (USA)
* Sebastian Castro
* Seb Jacobs
* Serafim Junior Dos Santos Fagundes
* Steve Kenworthy (Hong Kong)
* tarbalazs
* Todd Makinster (USA)
* Tom Meier (Australia)
* Trevor Oke (Canada)
* William Lawson
* Xughaa
* Yury Kotlyarov (Russia)

Generated using "git shortlog -s -n | cut -f 2 | sort"
2 changes: 1 addition & 1 deletion fat_free_crm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
gem.summary = 'Fat Free CRM'
gem.description = 'An open source, Ruby on Rails customer relationship management platform'
gem.homepage = 'http://fatfreecrm.com'
gem.email = ['[email protected]', '[email protected]', '[email protected]']
gem.email = ['[email protected]', '[email protected]', '[email protected]', '[email protected]']
gem.files = `git ls-files`.split("\n")
gem.version = FatFreeCRM::VERSION::STRING

Expand Down
2 changes: 1 addition & 1 deletion lib/fat_free_crm/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module FatFreeCRM
module VERSION #:nodoc:
MAJOR = 0
MINOR = 11
TINY = 3
TINY = 4
PRE = nil

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

0 comments on commit 535c36c

Please sign in to comment.