formotion 1.1 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,10 +1,25 @@
1
+ ## 1.1.1 - September 28, 2012
2
+
3
+ ### Bug Fixes
4
+
5
+ - Updated to require BubbleWrap 1.1.4 for RM 1.24 compatibility
6
+
1
7
  ## 1.1 - September 20, 2012
2
8
 
3
9
  ### Features
4
10
 
5
- -:display_key for subform row; when given, the value for that key in the subform's `#render` will be displayed alongside the chevron.
11
+ - `:display_key` for a `:subform` row; when given, the value for that key in the subform's `#render` will be displayed alongside the chevron:
12
+
13
+ ![Subform row with display](http://i.imgur.com/FoDo1.png)
14
+
15
+ - `Formotion::Form.persist` and `:persist_as` to automatically synchronize your form to the disk:
6
16
 
7
- -`Formotion::Form.persist` and `:persist_as` to automatically synchronize your form to the disk.
17
+ ```ruby
18
+ @form = Formotion::Form.persist({
19
+ persist_as: :settings,
20
+ sections: [....]
21
+ })
22
+ ```
8
23
 
9
24
  ### Bug Fixes
10
25
 
@@ -14,6 +14,6 @@ Gem::Specification.new do |s|
14
14
  s.test_files = s.files.grep(%r{^(test|spec|features)/})
15
15
  s.require_paths = ["lib"]
16
16
 
17
- s.add_dependency "bubble-wrap", ">= 1.1.2"
17
+ s.add_dependency "bubble-wrap", ">= 1.1.4"
18
18
  s.add_development_dependency 'rake'
19
19
  end
data/Gemfile CHANGED
@@ -1,6 +1,6 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
- gem 'bubble-wrap', ">=1.1.2"
3
+ gem 'bubble-wrap', ">=1.1.4"
4
4
 
5
5
  # Specify your gem's dependencies in motion-settings.gemspec
6
6
  gemspec
@@ -1,3 +1,3 @@
1
1
  module Formotion
2
- VERSION = "1.1"
2
+ VERSION = "1.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: formotion
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.1'
4
+ version: 1.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-09-20 00:00:00.000000000 Z
12
+ date: 2012-09-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bubble-wrap
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - ! '>='
20
20
  - !ruby/object:Gem::Version
21
- version: 1.1.2
21
+ version: 1.1.4
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
- version: 1.1.2
29
+ version: 1.1.4
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: rake
32
32
  requirement: !ruby/object:Gem::Requirement
@@ -194,7 +194,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
194
194
  version: '0'
195
195
  segments:
196
196
  - 0
197
- hash: 4038020492425824062
197
+ hash: -2564734151090368471
198
198
  required_rubygems_version: !ruby/object:Gem::Requirement
199
199
  none: false
200
200
  requirements:
@@ -203,7 +203,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
203
203
  version: '0'
204
204
  segments:
205
205
  - 0
206
- hash: 4038020492425824062
206
+ hash: -2564734151090368471
207
207
  requirements: []
208
208
  rubyforge_project:
209
209
  rubygems_version: 1.8.23