eyeballs_rails 0.1.2 → 0.1.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -24,7 +24,7 @@ begin
24
24
  gemspec.homepage = "http://github.com/paulca/eyeballs_rails"
25
25
  gemspec.authors = ["Paul Campbell"]
26
26
  gemspec.files = FileList["[A-Z]*", "lib/**/*", "app/**/*"]
27
- gemspec.version = "0.1.2"
27
+ gemspec.version = "0.1.2.1"
28
28
  end
29
29
  rescue LoadError
30
30
  puts "Jeweler not available. Install it with: gem install jeweler"
@@ -1,7 +1,6 @@
1
1
  module EyeballsRailsHelper
2
2
  def eyeballs_javascripts(*mixin_javascripts)
3
- javascripts = ['vendor/jquery/jquery-1.4.2.min.js',
4
- 'vendor/jquery/jquery.livequery.js']
3
+ javascripts = ['vendor/jquery/jquery-1.4.2.min.js']
5
4
 
6
5
  javascripts << mixin_javascripts
7
6
 
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyeballs_rails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 77
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
9
  - 2
10
- version: 0.1.2
10
+ - 1
11
+ version: 0.1.2.1
11
12
  platform: ruby
12
13
  authors:
13
14
  - Paul Campbell