capifony 2.1.8 → 2.1.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/CHANGELOG +2 -2
  2. data/lib/symfony1.rb +2 -2
  3. metadata +3 -3
data/CHANGELOG CHANGED
@@ -1,6 +1,6 @@
1
- == 2.1.9 / ???
1
+ == 2.1.9 / July 3, 2012
2
2
 
3
- n/a
3
+ * fixed regression
4
4
 
5
5
  == 2.1.8 / July 2, 2012
6
6
 
@@ -3,8 +3,8 @@ load_paths.push File.expand_path('../', __FILE__)
3
3
 
4
4
  load 'symfony1/database'
5
5
  load 'symfony1/deploy'
6
- load 'symfony2/doctrine'
7
- load 'symfony2/propel'
6
+ load 'symfony1/doctrine'
7
+ load 'symfony1/propel'
8
8
  load 'symfony1/shared'
9
9
  load 'symfony1/symfony'
10
10
  load 'symfony1/web'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capifony
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 1
9
- - 8
10
- version: 2.1.8
9
+ - 9
10
+ version: 2.1.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Konstantin Kudryashov