backbone_eventbinder_rails 1.0.2 → 1.0.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Backbone Eventbinder Rails
2
2
 
3
- Makes the [backbone.eventbinder][https://github.com/marionettejs/backbone.eventbinder] available to Rails' asset pipeline. The version this gem follows is parallel to the backbone.eventbinder version.
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.
@@ -1,4 +1,4 @@
1
1
  module BackboneEventbinderRails
2
- class Engine < ::Rails::Engine
3
- end
4
2
  end
3
+
4
+ require 'backbone_eventbinder_rails/engine'
@@ -0,0 +1,2 @@
1
+ class BackboneEventbinderRails::Engine < ::Rails::Engine
2
+ end
@@ -1,3 +1,3 @@
1
1
  module BackboneEventbinderRails
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.2.1"
3
3
  end
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: -1479539941212577975
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: -1479539941212577975
84
+ hash: 1090524471963241619
85
85
  requirements: []
86
86
  rubyforge_project:
87
87
  rubygems_version: 1.8.24