backbone_eventbinder_rails 1.0.2 → 1.0.2.1
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.
data/README.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Backbone Eventbinder Rails
|
|
2
2
|
|
|
3
|
-
Makes the [backbone.eventbinder]
|
|
3
|
+
Makes the [backbone.eventbinder](https://github.com/marionettejs/backbone.eventbinder) available to Rails' asset pipeline.
|
|
4
|
+
|
|
5
|
+
## Versioning
|
|
6
|
+
|
|
7
|
+
The version this gem follows, except the last number, is parallel to the backbone.eventbinder version. For example: if backbone.eventbinder.js is at version `1.0.2`, then this gem may be at version `1.0.2.0`, `1.0.2.1`, etc.
|
|
8
|
+
|
|
9
|
+
Add it by requiring `backbone.eventbinder` in your `application.js` file.
|
|
4
10
|
|
|
5
11
|
This project rocks and uses MIT-LICENSE.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: backbone_eventbinder_rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.2
|
|
4
|
+
version: 1.0.2.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -72,7 +72,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
72
72
|
version: '0'
|
|
73
73
|
segments:
|
|
74
74
|
- 0
|
|
75
|
-
hash:
|
|
75
|
+
hash: 1090524471963241619
|
|
76
76
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
77
77
|
none: false
|
|
78
78
|
requirements:
|
|
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
81
81
|
version: '0'
|
|
82
82
|
segments:
|
|
83
83
|
- 0
|
|
84
|
-
hash:
|
|
84
|
+
hash: 1090524471963241619
|
|
85
85
|
requirements: []
|
|
86
86
|
rubyforge_project:
|
|
87
87
|
rubygems_version: 1.8.24
|