backbone-soundmanager2-rails 0.1.2 → 0.1.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 61c95b2e6aea931960661b5e4b17396e36883ffb
4
- data.tar.gz: 8b4e2da9edfa9a82f844b0c9db43ef957a32c668
3
+ metadata.gz: 9dfcf97f5c0a36199dfbbe2a3de89d9f7038ebe1
4
+ data.tar.gz: 9d8ec721f556eec0f2139abb4d7008fb431565fb
5
5
  SHA512:
6
- metadata.gz: 48dc8c9ec157a54c03e9ef6b47cdc10eeda3c0e3dcdb8878e1f914048e078e7752322dcb071a0f9d6c56900956656f3e7fad29ebc3869cb13e5595fe8f7190af
7
- data.tar.gz: 8d01b6e6324fcbfc02ed57f0e971f3bc419099b19193307d76ed1295cf2c26d4e1d095d25e6bf9e3740dea4a5bc78996bc690e5057749955d9d84f46d67ae139
6
+ metadata.gz: 8e57b2b5e079621042fd727b7667d5cf41372446e84e13face74ea25ebc18336d2c2444cc365bc1e29129f55cd58e04d13126b44f791b2589ce100ea60a538a1
7
+ data.tar.gz: 3bc6b56e1af3ed38c267b21365947a6f56cf53189f776e758d63b9f2d8e8256f47f43bb2bd1cae24c016c7b79d5176490fbf775aa548cfc6b399500a64356959
data/README.md CHANGED
@@ -1,6 +1,8 @@
1
- # Backbone::Soundmanager2::Rails
1
+ # backbone-soundmanager2-rails
2
+
3
+ This gem simply packages [backbone.soundmanager2](https://github.com/audiosocket/backbone.soundmanager2)
4
+ for use in Rails/Sprockets asset pipeline.
2
5
 
3
- TODO: Write a gem description
4
6
 
5
7
  ## Installation
6
8
 
@@ -16,13 +18,19 @@ Or install it yourself as:
16
18
 
17
19
  $ gem install backbone-soundmanager2-rails
18
20
 
21
+
19
22
  ## Usage
20
23
 
21
- TODO: Write usage instructions here
24
+ In `application.js` include this line:
25
+
26
+ //= require 'backbone-soundmanager2'
27
+
28
+ Then follow the instructions (here)[https://github.com/audiosocket/backbone.soundmanager2].
29
+
22
30
 
23
31
  ## Contributing
24
32
 
25
- 1. Fork it ( https://github.com/[my-github-username]/backbone-soundmanager2-rails/fork )
33
+ 1. Fork it ( https://github.com/acolorbright/backbone-soundmanager2-rails/fork )
26
34
  2. Create your feature branch (`git checkout -b my-new-feature`)
27
35
  3. Commit your changes (`git commit -am 'Add some feature'`)
28
36
  4. Push to the branch (`git push origin my-new-feature`)
@@ -7,10 +7,10 @@ Gem::Specification.new do |spec|
7
7
  spec.name = "backbone-soundmanager2-rails"
8
8
  spec.version = Backbone::Soundmanager2::Rails::VERSION
9
9
  spec.authors = ["Philipp Bosch"]
10
- spec.email = ["hello@pb.io"]
10
+ spec.email = ["philipp@acb.io"]
11
11
  spec.summary = "backbone.soundmanager2 for Rails"
12
12
  spec.description = "backbone.soundmanager2 packaged as a gem for use in Rails' asset pipeline"
13
- spec.homepage = "https://github.com/philippbosch/backbone-soundmanager2-rails"
13
+ spec.homepage = "https://github.com/acolorbright/backbone-soundmanager2-rails"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,7 +1,7 @@
1
1
  module Backbone
2
2
  module Soundmanager2
3
3
  module Rails
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: backbone-soundmanager2-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Philipp Bosch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-30 00:00:00.000000000 Z
11
+ date: 2014-09-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -60,7 +60,7 @@ dependencies:
60
60
  version: '5.0'
61
61
  description: backbone.soundmanager2 packaged as a gem for use in Rails' asset pipeline
62
62
  email:
63
- - hello@pb.io
63
+ - philipp@acb.io
64
64
  executables: []
65
65
  extensions: []
66
66
  extra_rdoc_files: []
@@ -74,7 +74,7 @@ files:
74
74
  - lib/backbone/soundmanager2/rails.rb
75
75
  - lib/backbone/soundmanager2/rails/version.rb
76
76
  - vendor/assets/javascripts/backbone.soundmanager2.coffee
77
- homepage: https://github.com/philippbosch/backbone-soundmanager2-rails
77
+ homepage: https://github.com/acolorbright/backbone-soundmanager2-rails
78
78
  licenses:
79
79
  - MIT
80
80
  metadata: {}