soundmanager2-rails 2.97.20140901 → 2.97.20150601

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: a0fa203ae43da198f3522bfb330452b7ff5f7c99
4
- data.tar.gz: d8b45b115bedec007b8ab53bdc30f121cfe5b882
3
+ metadata.gz: cababf75db19b53b0719d7dddd18f6f498c4e0cc
4
+ data.tar.gz: 7e714b30252310ea9f3f0108ded697c4e71a8110
5
5
  SHA512:
6
- metadata.gz: 1e6d23984c42f588f0caf343fcdcf26aa9809876a4670544343e01c05f431f549c60d4f3f50e4b258805ab960670dcb7a55f0d37119a4f4769b6475be574eff8
7
- data.tar.gz: 3d8973bc96199c13cf6094b14f5506897760fdc67fa0ad62b254b2c1133f956cdc8f8bed18383014dc5949eace84b3ecf2ee356d5652395db119617ce6dadf5b
6
+ metadata.gz: 078a75971ddfe52f5a93b56be2a84e4ab900b6fff85f3c4ef37d95ec0b0d228f5ea8c5474703e8e7ed90af992fb74826a65091013e8040b6480b8cf6fb0741c5
7
+ data.tar.gz: f65112c0b81e80065c0141ed54ccd4a20021afeff68123cfebf30010108a4845534f8f9d1e993deca2322871a736316a5be0d46810960bb4219e8d3b5404dc78
data/README.md CHANGED
@@ -43,7 +43,7 @@ You probably want to include some config. I normally have a "settings.html.erb"
43
43
  soundManager.consoleOnly = true
44
44
 
45
45
 
46
- See the (SoundManager2 docs)[http://www.schillmania.com/projects/soundmanager2/doc/getstarted/] for info about how to initialize and use.
46
+ See the [SoundManager2 docs](http://www.schillmania.com/projects/soundmanager2/doc/getstarted/) for info about how to initialize and use.
47
47
 
48
48
  ## Important
49
49
 
@@ -62,12 +62,8 @@ The current soundmanager2 version at time of this readme is 2.97a.20140901
62
62
  In gemfile, you can specify:
63
63
 
64
64
  # Note: we can't include an "a" in the Minor version, since afaik gems don't support it
65
- <<<<<<< HEAD
66
- gem "soundmanager2-rails", "2.97a.20140901"
67
- =======
68
65
  gem "soundmanager2-rails", "2.97.20140901"
69
- >>>>>>> 3c73f9e6f78fc0daedb64528684f9a154e81fd0e
70
-
66
+
71
67
  ### Not up to date?
72
68
 
73
69
  Send a pull request or bug me on github.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.97.20140901
1
+ 2.97.20150601
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: soundmanager2-rails 2.97.20140901 ruby lib
5
+ # stub: soundmanager2-rails 2.97.20150601 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "soundmanager2-rails"
9
- s.version = "2.97.20140901"
9
+ s.version = "2.97.20150601"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Sudara"]
14
- s.date = "2014-09-22"
14
+ s.date = "2016-02-04"
15
15
  s.description = "Exposes soundmanager2 as a vendored js lib in rails 3 "
16
16
  s.email = "sudara@alonetone.com"
17
17
  s.extra_rdoc_files = [
@@ -37,7 +37,7 @@ Gem::Specification.new do |s|
37
37
  ]
38
38
  s.homepage = "http://github.com/sudara/soundmanager2-rails"
39
39
  s.licenses = ["MIT"]
40
- s.rubygems_version = "2.2.2"
40
+ s.rubygems_version = "2.4.5"
41
41
  s.summary = "Exposes soundmanager2 as a vendored js lib in rails 3"
42
42
 
43
43
  if s.respond_to? :specification_version then