Skip to content

Commit 535c36c

Browse files
committed
Bumping version. This will be last ruby 1.8 release.
1 parent fec6ddb commit 535c36c

File tree

4 files changed

+48
-4
lines changed

4 files changed

+48
-4
lines changed

CHANGELOG

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ It does not matter how slowly you go as long as you do not stop.
44
First they ignore you, then they laugh at you, then they fight you,
55
then you win. –- Mahatma Gandhi
66

7+
Sat, Dec 29, 2012
8+
---------------------------------------------------------------------
9+
- A lot has happened in the last 2 years!
10+
- 0.11.4 will be the last ruby 1.8 release
11+
712
Tue, Sep 7, 2010
813
---------------------------------------------------------------------
914
- Added Gemfile and Gemfile.lock.
@@ -1836,4 +1841,4 @@ Mon, Nov 24, 2008
18361841
---------------------------------------------------------------------
18371842
- Added [sessions] and [users] tables, created [User] model.
18381843
- Installed Rspec and [acts_as_paranoid] plugins.
1839-
- Created the project and posted it on GitHub.
1844+
- Created the project and posted it on GitHub.

CONTRIBUTORS

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,89 @@
11
The following people have contributed code, patches, bug fixes, and language
22
translations to the Fat Free CRM:
33

4+
* Aaron Brethorst
5+
* Adrian Klingel
46
* Alexander Kabanov (USA)
7+
* Alex Tomlins
58
* Andrew Neil (United Kingdom)
69
* Apirak Panatkool (Thailand)
710
* Avery Pennarun (Canada)
811
* Beatriz Garcia Parrilla (Spain)
912
* Ben Tillman (Hong Kong)
13+
* Brook
1014
* Cédric Brancourt (France)
15+
* Chris Carter
16+
* Codemis
1117
* Craig Ulliott (USA)
18+
* David Cornu
19+
* David Keita
1220
* Dirk Kelly (Australia)
1321
* Dmitry Dudin (Russia)
1422
* Douglas Campos (Brasil)
23+
* Drew Neil
1524
* Dr. Nic Williams (Australia)
25+
* dup2
1626
* Elad Meidar (Israel)
27+
* Electron-libre
1728
* Enderson Maia (Brasil)
1829
* Eric Davis (USA)
1930
* Eric Shelley (USA)
2031
* Fritz Thielemann (Germany)
2132
* Gavin Baker (USA)
33+
* guesxy
2234
* Hamish Rickerby (United Kingdom)
2335
* Jack Tang (China)
2436
* James Zhang (China)
2537
* Jim Gay (USA)
38+
* Josef Chmel
2639
* Jose Luis Gordo Romero (Spain)
40+
* Joseph Near
2741
* Kamil Politowicz (Germany)
42+
* Kevin Fullerton
43+
* Kiran Jonnalagadda
44+
* Kouichi Kishikami
2845
* Lana Dvorkin (USA)
2946
* Leonid Dinershtein (Russia)
3047
* Louis Nyffenegger (Australia)
3148
* Lukasz Kosewski (Canada)
32-
* Matt Beedle (Spain)
49+
* Marian Mrózek
50+
* Mark Friedgan
3351
* Martin Gajdos (Switzerland)
3452
* Martin Trejo (Mexico)
53+
* Masaki Muranaka
54+
* Matt Beedle (Spain)
55+
* Mauro Alloro
56+
* Michael Dvorkin
57+
* Mike Dvorkin
3558
* Miles Togoe (USA)
3659
* Nathan Broadbent (Hong Kong)
60+
* Nicholas Fine
3761
* Nicholas Rowe (USA)
3862
* Nobuhito Okada (Japan)
63+
* Olmo Maldonado
64+
* Patrick Mulder
65+
* Paul
3966
* Peter McCurdy (Canada)
67+
* Philipp Ullmann
4068
* Ralf Ebert (Germany)
69+
* rickerbh
4170
* Rit Li (USA)
71+
* Robert Fletcher
72+
* Rob Esposito
4273
* Roman Smirnov (Russia)
4374
* Russell Niller (USA)
4475
* Ryan Stenhouse (Scotland)
4576
* Scott Miller (USA)
77+
* Sebastian Castro
78+
* Seb Jacobs
79+
* Serafim Junior Dos Santos Fagundes
4680
* Steve Kenworthy (Hong Kong)
81+
* tarbalazs
4782
* Todd Makinster (USA)
4883
* Tom Meier (Australia)
4984
* Trevor Oke (Canada)
85+
* William Lawson
86+
* Xughaa
5087
* Yury Kotlyarov (Russia)
88+
89+
Generated using "git shortlog -s -n | cut -f 2 | sort"

fat_free_crm.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
88
gem.summary = 'Fat Free CRM'
99
gem.description = 'An open source, Ruby on Rails customer relationship management platform'
1010
gem.homepage = 'http://fatfreecrm.com'
11-
11+
1212
gem.files = `git ls-files`.split("\n")
1313
gem.version = FatFreeCRM::VERSION::STRING
1414

lib/fat_free_crm/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module FatFreeCRM
1919
module VERSION #:nodoc:
2020
MAJOR = 0
2121
MINOR = 11
22-
TINY = 3
22+
TINY = 4
2323
PRE = nil
2424

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

0 commit comments

Comments
 (0)