sudojs-rails 0.1.9 → 0.2.0

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.
data/Rakefile CHANGED
@@ -13,8 +13,8 @@ namespace :sudojs do
13
13
  files = {
14
14
  'sudo.js'=>'https://raw.github.com/robrobbins/sudo-js/master/build/debug/sudo.js',
15
15
  'sudo-x.js' => 'https://raw.github.com/robrobbins/sudo-js/master/build/debug/sudo-x.js',
16
- 'es5-shim' => 'https://raw.github.com/robrobbins/sudo-js/master/lib/es5-shim/es5-shim.js',
17
- 'es5-sham' => 'https://raw.github.com/robrobbins/sudo-js/master/lib/es5-shim/es5-sham.js'
16
+ 'es5-shim.js' => 'https://raw.github.com/robrobbins/sudo-js/master/lib/es5-shim/es5-shim.js',
17
+ 'es5-sham.js' => 'https://raw.github.com/robrobbins/sudo-js/master/lib/es5-shim/es5-sham.js'
18
18
  }
19
19
 
20
20
  vendor_dir = "vendor/assets/javascripts"
@@ -1,3 +1,3 @@
1
1
  module Sudojs
2
- VERSION = '0.1.9'
2
+ VERSION = '0.2.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sudojs-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.2.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -58,7 +58,6 @@ files:
58
58
  - lib/sudojs/engine.rb
59
59
  - lib/sudojs/version.rb
60
60
  - sudojs-rails.gemspec
61
- - vendor/assets/javascripts/README.md
62
61
  - vendor/assets/javascripts/es5-sham
63
62
  - vendor/assets/javascripts/es5-shim
64
63
  - vendor/assets/javascripts/sudo-x.js
@@ -77,7 +76,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
77
76
  version: '0'
78
77
  segments:
79
78
  - 0
80
- hash: 3911961883432734020
79
+ hash: 1043186330058863798
81
80
  required_rubygems_version: !ruby/object:Gem::Requirement
82
81
  none: false
83
82
  requirements:
@@ -86,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
86
85
  version: '0'
87
86
  segments:
88
87
  - 0
89
- hash: 3911961883432734020
88
+ hash: 1043186330058863798
90
89
  requirements: []
91
90
  rubyforge_project:
92
91
  rubygems_version: 1.8.24
@@ -1,3 +0,0 @@
1
- ## Versions
2
-
3
- Publicly released versions of sudo.js downloaded to here