selectivizr-rails 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Selectivizr
2
2
  module Rails
3
- VERSION = "1.0.0"
4
- end
3
+ VERSION = "1.0.1"
4
+ end
5
5
  end
data/readme.md CHANGED
@@ -14,4 +14,9 @@ Don't forget to run `bundle update` after upgrading to the latest gem version to
14
14
 
15
15
  License
16
16
  =======
17
- This gem code is free to use, modify, distribute or use in any way you would like. The selectivizr library is released under the MIT License ( http://www.opensource.org/licenses/mit-license.php )
17
+ This gem code is free to use, modify, distribute or use in any way you would like. The selectivizr library is released under the MIT License ( http://www.opensource.org/licenses/mit-license.php )
18
+
19
+
20
+ Thanks
21
+ ======
22
+ A large portion of this gem was assembled based on the source code for the modernizer-rails gem (https://github.com/russfrisch/modernizr-rails) by Russ Frisch (https://github.com/russfrisch)
@@ -7,14 +7,14 @@ Gem::Specification.new do |s|
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ["Jeremy Hubert"]
9
9
  s.email = ["jhubert@gmail.com"]
10
- s.homepage = "http://rubygems.org/gems/selectivizr-rails"
10
+ s.homepage = "https://github.com/jhubert/selectivizr-rails"
11
11
  s.summary = %q{Gem wrapper to include the Selectivizr.js library via the asset pipeline.}
12
12
  s.description = %q{This Selectivizr.js was built using the download at http://www.selectivizr.com}
13
13
 
14
14
  s.rubyforge_project = "selectivizr-rails"
15
-
15
+
16
16
  s.add_development_dependency "rails", ">= 3.1.0.rc4"
17
-
17
+
18
18
  s.files = `git ls-files`.split("\n")
19
19
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
20
20
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: selectivizr-rails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jeremy Hubert
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-02-02 00:00:00 Z
18
+ date: 2012-04-30 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: rails
@@ -54,7 +54,7 @@ files:
54
54
  - readme.md
55
55
  - selectivizr-rails.gemspec
56
56
  - vendor/assets/javascripts/selectivizr.js
57
- homepage: http://rubygems.org/gems/selectivizr-rails
57
+ homepage: https://github.com/jhubert/selectivizr-rails
58
58
  licenses: []
59
59
 
60
60
  post_install_message: