backbone-nested-attributes 0.3.2 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ NWQ0Y2NjZDgwNmFjNjk0NjBmMjc2Y2Q5MTQ3ZTZiMzM0NzFmMTBhOA==
5
+ data.tar.gz: !binary |-
6
+ ZjVlYzIxOTJmOTk4YjgxMmJkM2EwNGZlODFhYzQxMDRkMzZiNTdkOA==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ ODRhMmI2ZmNmNjk5NWY4M2U0MDMxMGFmNjA1ZjU4ZmZhM2NmNzg0MTE1NDM4
10
+ ZjJkMjNmYTljYWJkZjUyMjY3OTljYjhjMDI4OGI5YTFmNjI4ZjA1MDQ1YjNi
11
+ YjdjYjQ0NTJiOTFmY2EwY2Y0MDU5NzU4MDUxZTM4YjhlNzljYTc=
12
+ data.tar.gz: !binary |-
13
+ ZDdlNzQ4M2ExMjQwNTI0MWJjMmQ5NGFmYjFkMWYxNjIzZGRjNDE3YTg1ZDRl
14
+ NGNhZDI4M2ZlZWIzZDRiNzhkODI1NThjYzNhNThlMjM1OTI3NDljYzYwMTlh
15
+ ZmYwYTcxNzM4OTFlY2ZiODJmYzJjZjhkOTRmMWVkZGVmMDU1N2U=
data/.gitignore CHANGED
@@ -3,7 +3,6 @@
3
3
  .bundle
4
4
  .config
5
5
  .yardoc
6
- Gemfile.lock
7
6
  InstalledFiles
8
7
  _yardoc
9
8
  coverage
data/.ruby-gemset ADDED
@@ -0,0 +1 @@
1
+ backbone-nested-attributes
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 1.9.3
data/Gemfile CHANGED
@@ -3,6 +3,8 @@ source 'https://rubygems.org'
3
3
  # Specify your gem's dependencies in backbone-nested-attributes.gemspec
4
4
  gemspec
5
5
 
6
+ gem 'rails', "~> 3.2.x"
7
+
6
8
  gem 'sqlite3'
7
9
 
8
10
  gem 'jquery-rails'
data/Gemfile.lock ADDED
@@ -0,0 +1,141 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ backbone-nested-attributes (0.4.0)
5
+ rails (>= 3.2.8)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actionmailer (3.2.15)
11
+ actionpack (= 3.2.15)
12
+ mail (~> 2.5.4)
13
+ actionpack (3.2.15)
14
+ activemodel (= 3.2.15)
15
+ activesupport (= 3.2.15)
16
+ builder (~> 3.0.0)
17
+ erubis (~> 2.7.0)
18
+ journey (~> 1.0.4)
19
+ rack (~> 1.4.5)
20
+ rack-cache (~> 1.2)
21
+ rack-test (~> 0.6.1)
22
+ sprockets (~> 2.2.1)
23
+ activemodel (3.2.15)
24
+ activesupport (= 3.2.15)
25
+ builder (~> 3.0.0)
26
+ activerecord (3.2.15)
27
+ activemodel (= 3.2.15)
28
+ activesupport (= 3.2.15)
29
+ arel (~> 3.0.2)
30
+ tzinfo (~> 0.3.29)
31
+ activeresource (3.2.15)
32
+ activemodel (= 3.2.15)
33
+ activesupport (= 3.2.15)
34
+ activesupport (3.2.15)
35
+ i18n (~> 0.6, >= 0.6.4)
36
+ multi_json (~> 1.0)
37
+ arel (3.0.3)
38
+ backbone-on-rails (1.1.0.0)
39
+ eco
40
+ ejs
41
+ jquery-rails
42
+ rails (>= 3.1)
43
+ builder (3.0.4)
44
+ childprocess (0.3.9)
45
+ ffi (~> 1.0, >= 1.0.11)
46
+ coffee-script (2.2.0)
47
+ coffee-script-source
48
+ execjs
49
+ coffee-script-source (1.6.3)
50
+ diff-lcs (1.2.5)
51
+ eco (1.0.0)
52
+ coffee-script
53
+ eco-source
54
+ execjs
55
+ eco-source (1.1.0.rc.1)
56
+ ejs (1.1.1)
57
+ erubis (2.7.0)
58
+ execjs (2.0.2)
59
+ ffi (1.9.3)
60
+ hike (1.2.3)
61
+ i18n (0.6.5)
62
+ jasmine (1.3.2)
63
+ jasmine-core (~> 1.3.1)
64
+ rack (~> 1.0)
65
+ rspec (>= 1.3.1)
66
+ selenium-webdriver (>= 0.1.3)
67
+ jasmine-core (1.3.1)
68
+ journey (1.0.4)
69
+ jquery-rails (3.0.4)
70
+ railties (>= 3.0, < 5.0)
71
+ thor (>= 0.14, < 2.0)
72
+ json (1.8.1)
73
+ mail (2.5.4)
74
+ mime-types (~> 1.16)
75
+ treetop (~> 1.4.8)
76
+ mime-types (1.25)
77
+ multi_json (1.8.2)
78
+ polyglot (0.3.3)
79
+ rack (1.4.5)
80
+ rack-cache (1.2)
81
+ rack (>= 0.4)
82
+ rack-ssl (1.3.3)
83
+ rack
84
+ rack-test (0.6.2)
85
+ rack (>= 1.0)
86
+ rails (3.2.15)
87
+ actionmailer (= 3.2.15)
88
+ actionpack (= 3.2.15)
89
+ activerecord (= 3.2.15)
90
+ activeresource (= 3.2.15)
91
+ activesupport (= 3.2.15)
92
+ bundler (~> 1.0)
93
+ railties (= 3.2.15)
94
+ railties (3.2.15)
95
+ actionpack (= 3.2.15)
96
+ activesupport (= 3.2.15)
97
+ rack-ssl (~> 1.3.2)
98
+ rake (>= 0.8.7)
99
+ rdoc (~> 3.4)
100
+ thor (>= 0.14.6, < 2.0)
101
+ rake (10.1.0)
102
+ rdoc (3.12.2)
103
+ json (~> 1.4)
104
+ rspec (2.14.1)
105
+ rspec-core (~> 2.14.0)
106
+ rspec-expectations (~> 2.14.0)
107
+ rspec-mocks (~> 2.14.0)
108
+ rspec-core (2.14.7)
109
+ rspec-expectations (2.14.4)
110
+ diff-lcs (>= 1.1.3, < 2.0)
111
+ rspec-mocks (2.14.4)
112
+ rubyzip (1.0.0)
113
+ selenium-webdriver (2.37.0)
114
+ childprocess (>= 0.2.5)
115
+ multi_json (~> 1.0)
116
+ rubyzip (~> 1.0.0)
117
+ websocket (~> 1.0.4)
118
+ sprockets (2.2.2)
119
+ hike (~> 1.2)
120
+ multi_json (~> 1.0)
121
+ rack (~> 1.0)
122
+ tilt (~> 1.1, != 1.3.0)
123
+ sqlite3 (1.3.8)
124
+ thor (0.18.1)
125
+ tilt (1.4.1)
126
+ treetop (1.4.15)
127
+ polyglot
128
+ polyglot (>= 0.3.1)
129
+ tzinfo (0.3.38)
130
+ websocket (1.0.7)
131
+
132
+ PLATFORMS
133
+ ruby
134
+
135
+ DEPENDENCIES
136
+ backbone-nested-attributes!
137
+ backbone-on-rails
138
+ jasmine
139
+ jquery-rails
140
+ rails (~> 3.2.x)
141
+ sqlite3
data/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # Backbone.NestedAttributesModel
2
2
 
3
3
  [![build status][1]][2]
4
+ [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/dtmtec/backbone-nested-attributes/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
4
5
 
5
6
  [1]: https://travis-ci.org/dtmtec/backbone-nested-attributes.png
6
7
  [2]: http://travis-ci.org/dtmtec/backbone-nested-attributes
@@ -202,4 +202,4 @@
202
202
  return BackboneModelPrototype.clear.apply(this, arguments)
203
203
  }
204
204
  })
205
- })(Backbone, _)
205
+ })(Backbone, _);
@@ -74,4 +74,4 @@
74
74
  return this._undoableState = this._undoableState || new UndoableState(this)
75
75
  }
76
76
  })
77
- })(Backbone, _)
77
+ })(Backbone, _);
@@ -16,5 +16,5 @@ Gem::Specification.new do |gem|
16
16
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
17
17
  gem.require_paths = ["lib"]
18
18
 
19
- gem.add_dependency "rails", "~> 3.2.8"
19
+ gem.add_dependency "rails", ">= 3.2.8"
20
20
  end
@@ -1,5 +1,5 @@
1
1
  module Backbone
2
2
  module NestedAttributes
3
- VERSION = "0.3.2"
3
+ VERSION = "0.4.0"
4
4
  end
5
5
  end
@@ -4,7 +4,6 @@ require File.expand_path('../boot', __FILE__)
4
4
  require "active_record/railtie"
5
5
  require "action_controller/railtie"
6
6
  require "action_mailer/railtie"
7
- require "active_resource/railtie"
8
7
  require "sprockets/railtie"
9
8
 
10
9
  Bundler.require
metadata CHANGED
@@ -1,30 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: backbone-nested-attributes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
5
- prerelease:
4
+ version: 0.4.0
6
5
  platform: ruby
7
6
  authors:
8
7
  - Vicente Mundim
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-08-23 00:00:00.000000000 Z
11
+ date: 2013-11-23 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: rails
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ~>
17
+ - - ! '>='
20
18
  - !ruby/object:Gem::Version
21
19
  version: 3.2.8
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ~>
24
+ - - ! '>='
28
25
  - !ruby/object:Gem::Version
29
26
  version: 3.2.8
30
27
  description: Add nested attributes to your Backbone models
@@ -35,9 +32,11 @@ extensions: []
35
32
  extra_rdoc_files: []
36
33
  files:
37
34
  - .gitignore
38
- - .rvmrc
35
+ - .ruby-gemset
36
+ - .ruby-version
39
37
  - .travis.yml
40
38
  - Gemfile
39
+ - Gemfile.lock
41
40
  - LICENSE.txt
42
41
  - README.md
43
42
  - Rakefile
@@ -88,33 +87,26 @@ files:
88
87
  - spec/javascripts/support/jasmine.yml
89
88
  homepage:
90
89
  licenses: []
90
+ metadata: {}
91
91
  post_install_message:
92
92
  rdoc_options: []
93
93
  require_paths:
94
94
  - lib
95
95
  required_ruby_version: !ruby/object:Gem::Requirement
96
- none: false
97
96
  requirements:
98
97
  - - ! '>='
99
98
  - !ruby/object:Gem::Version
100
99
  version: '0'
101
- segments:
102
- - 0
103
- hash: -909152891193879280
104
100
  required_rubygems_version: !ruby/object:Gem::Requirement
105
- none: false
106
101
  requirements:
107
102
  - - ! '>='
108
103
  - !ruby/object:Gem::Version
109
104
  version: '0'
110
- segments:
111
- - 0
112
- hash: -909152891193879280
113
105
  requirements: []
114
106
  rubyforge_project:
115
- rubygems_version: 1.8.24
107
+ rubygems_version: 2.1.11
116
108
  signing_key:
117
- specification_version: 3
109
+ specification_version: 4
118
110
  summary: Add nested attributes to your Backbone models
119
111
  test_files:
120
112
  - spec/dummy/README.rdoc
data/.rvmrc DELETED
@@ -1 +0,0 @@
1
- rvm 1.9.3-p0@backbone-nested-attributes --create