refinerycms-copywriting 1.0.1 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,6 @@ class CreateCopywritingTranslationTable < ActiveRecord::Migration
6
6
  }, {
7
7
  :migrate_data => true
8
8
  })
9
- end
10
9
  end
11
10
 
12
11
  def self.down
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: refinerycms-copywriting
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 1
10
- version: 1.0.1
9
+ - 3
10
+ version: 1.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Charles Barbier
@@ -15,11 +15,10 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-05-31 00:00:00 +02:00
19
- default_executable:
18
+ date: 2011-05-31 00:00:00 Z
20
19
  dependencies: []
21
20
 
22
- description: Copywriting engine for Refinery CMS
21
+ description: Extract all your strings and leave no human word behind, with i18n
23
22
  email: unixcharles@gmail.com
24
23
  executables: []
25
24
 
@@ -53,7 +52,6 @@ files:
53
52
  - features/manage_copywriting.feature
54
53
  - features/step_definitions/copywriting_steps.rb
55
54
  - features/support/paths.rb
56
- has_rdoc: true
57
55
  homepage: http://github.com/unixcharles/refinerycms-copywriting
58
56
  licenses: []
59
57
 
@@ -83,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
81
  requirements: []
84
82
 
85
83
  rubyforge_project:
86
- rubygems_version: 1.6.2
84
+ rubygems_version: 1.8.5
87
85
  signing_key:
88
86
  specification_version: 3
89
87
  summary: Refinery CMS engine to manage copywriting, application wide or per pages, with i18n.