soundmanager-rails 0.1.4 → 0.1.5

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: fadb842ce7f09aab1d0d624a2b7d46b6f26723f6
4
- data.tar.gz: 66757a8682c441d502b04a0023adb425966b969b
3
+ metadata.gz: ab0164d7737e7fa4c86c0c2cd5ed970333ddfba6
4
+ data.tar.gz: 61cf6497bd78968099269850ba91c1935463432c
5
5
  SHA512:
6
- metadata.gz: e5a206b27648868235dd25a9a5f092a7d84b6a5eaf68010dd867eb3c95f1a9c087a0b36af9cca40a740ba517fe3f01746d843c28ad8ed175a687d172a6af7c36
7
- data.tar.gz: 4235234e9f537a4d947bb848eb5fdf027e2c9321453f6f572886ef982ae881686fe4bfe0aeb0c33bda0bef1cd22b8ec944bd06f73911e2d47f78f80066355c91
6
+ metadata.gz: aae54f2bb474e5fbaa27c21054d50b360dab8b180fbf04e3efd30229cb868b1ff057ab9f6a71d52555769d1a6249a9339b9e9735b0a355eadbf7efc8fa16a2ee
7
+ data.tar.gz: 7b0c2d560784d3f94b2c107f06a29b1d1e161b7aa29ff3170c3a8dd52bb3b8ace4f8f6c5d1cadc38394d1955dfd9a58d9d6fc3f8d0eb5144e51408f170f165f5
data/CHANGELOG.md ADDED
@@ -0,0 +1,9 @@
1
+ # Changelog
2
+
3
+ **0.1.5** Maintenance release
4
+
5
+ - Upgraded soundmanager2 to [v2.97a.20130512](http://www.schillmania.com/projects/soundmanager2/doc/download/#sm2-20130512)
6
+
7
+ **0.1.4**
8
+
9
+ - Bundling cross-domain swf files by default from now on
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # SoundManager on Rails
1
+ # SoundManager on Rails [![Gem Version](https://badge.fury.io/rb/coderay.png)](http://badge.fury.io/rb/coderay)
2
2
 
3
3
  This is the original [SoundManager2](http://www.schillmania.com/projects/soundmanager2/) wrapped in a gem for easy use with Rails' asset pipeline.
4
4
 
@@ -1,5 +1,5 @@
1
1
  module Soundmanager
2
2
  module Rails
3
- VERSION = "0.1.4"
3
+ VERSION = "0.1.5"
4
4
  end
5
5
  end