eyeballs_rails 0.1.8 → 0.1.9
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 +1 -1
- data/eyeballs_rails.gemspec +30 -32
- data/lib/eyeballs_rails_helper.rb +1 -1
- metadata +9 -24
    
        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-Za-z]*", "lib/**/*"]
         | 
| 27 | 
            -
                gemspec.version = "0.1. | 
| 27 | 
            +
                gemspec.version = "0.1.9"
         | 
| 28 28 | 
             
              end
         | 
| 29 29 | 
             
            rescue LoadError
         | 
| 30 30 | 
             
              puts "Jeweler not available. Install it with: gem install jeweler"
         | 
    
        data/eyeballs_rails.gemspec
    CHANGED
    
    | @@ -1,15 +1,15 @@ | |
| 1 1 | 
             
            # Generated by jeweler
         | 
| 2 2 | 
             
            # DO NOT EDIT THIS FILE DIRECTLY
         | 
| 3 | 
            -
            # Instead, edit Jeweler::Tasks in Rakefile, and run  | 
| 3 | 
            +
            # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
         | 
| 4 4 | 
             
            # -*- encoding: utf-8 -*-
         | 
| 5 5 |  | 
| 6 6 | 
             
            Gem::Specification.new do |s|
         | 
| 7 7 | 
             
              s.name = %q{eyeballs_rails}
         | 
| 8 | 
            -
              s.version = "0.1. | 
| 8 | 
            +
              s.version = "0.1.9"
         | 
| 9 9 |  | 
| 10 10 | 
             
              s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
         | 
| 11 11 | 
             
              s.authors = ["Paul Campbell"]
         | 
| 12 | 
            -
              s.date = %q{2011- | 
| 12 | 
            +
              s.date = %q{2011-05-23}
         | 
| 13 13 | 
             
              s.description = %q{Helpers for using eyeballs.js with Ruby on Rails}
         | 
| 14 14 | 
             
              s.email = %q{paul@rslw.com}
         | 
| 15 15 | 
             
              s.extra_rdoc_files = [
         | 
| @@ -17,50 +17,48 @@ Gem::Specification.new do |s| | |
| 17 17 | 
             
              ]
         | 
| 18 18 | 
             
              s.files = [
         | 
| 19 19 | 
             
                "Gemfile",
         | 
| 20 | 
            -
             | 
| 21 | 
            -
             | 
| 22 | 
            -
             | 
| 23 | 
            -
             | 
| 24 | 
            -
             | 
| 25 | 
            -
             | 
| 26 | 
            -
             | 
| 27 | 
            -
             | 
| 20 | 
            +
                 "Gemfile.lock",
         | 
| 21 | 
            +
                 "MIT-LICENSE",
         | 
| 22 | 
            +
                 "README.md",
         | 
| 23 | 
            +
                 "Rakefile",
         | 
| 24 | 
            +
                 "eyeballs_rails.gemspec",
         | 
| 25 | 
            +
                 "init.rb",
         | 
| 26 | 
            +
                 "lib/eyeballs_rails.rb",
         | 
| 27 | 
            +
                 "lib/eyeballs_rails_helper.rb"
         | 
| 28 28 | 
             
              ]
         | 
| 29 29 | 
             
              s.homepage = %q{http://github.com/paulca/eyeballs_rails}
         | 
| 30 | 
            +
              s.rdoc_options = ["--charset=UTF-8"]
         | 
| 30 31 | 
             
              s.require_paths = ["lib"]
         | 
| 31 | 
            -
              s.rubygems_version = %q{1. | 
| 32 | 
            +
              s.rubygems_version = %q{1.6.2}
         | 
| 32 33 | 
             
              s.summary = %q{Include eyeballs.js javascripts automatically}
         | 
| 33 34 | 
             
              s.test_files = [
         | 
| 34 35 | 
             
                "test/dummy/app/controllers/application_controller.rb",
         | 
| 35 | 
            -
             | 
| 36 | 
            -
             | 
| 37 | 
            -
             | 
| 38 | 
            -
             | 
| 39 | 
            -
             | 
| 40 | 
            -
             | 
| 41 | 
            -
             | 
| 42 | 
            -
             | 
| 43 | 
            -
             | 
| 44 | 
            -
             | 
| 45 | 
            -
             | 
| 46 | 
            -
             | 
| 47 | 
            -
             | 
| 48 | 
            -
             | 
| 49 | 
            -
             | 
| 50 | 
            -
             | 
| 51 | 
            -
             | 
| 36 | 
            +
                 "test/dummy/app/helpers/application_helper.rb",
         | 
| 37 | 
            +
                 "test/dummy/config/application.rb",
         | 
| 38 | 
            +
                 "test/dummy/config/boot.rb",
         | 
| 39 | 
            +
                 "test/dummy/config/environment.rb",
         | 
| 40 | 
            +
                 "test/dummy/config/environments/development.rb",
         | 
| 41 | 
            +
                 "test/dummy/config/environments/production.rb",
         | 
| 42 | 
            +
                 "test/dummy/config/environments/test.rb",
         | 
| 43 | 
            +
                 "test/dummy/config/initializers/backtrace_silencers.rb",
         | 
| 44 | 
            +
                 "test/dummy/config/initializers/inflections.rb",
         | 
| 45 | 
            +
                 "test/dummy/config/initializers/mime_types.rb",
         | 
| 46 | 
            +
                 "test/dummy/config/initializers/secret_token.rb",
         | 
| 47 | 
            +
                 "test/dummy/config/initializers/session_store.rb",
         | 
| 48 | 
            +
                 "test/dummy/config/routes.rb",
         | 
| 49 | 
            +
                 "test/eyeballs_rails_helper_test.rb",
         | 
| 50 | 
            +
                 "test/integration/navigation_test.rb",
         | 
| 51 | 
            +
                 "test/support/integration_case.rb",
         | 
| 52 | 
            +
                 "test/test_helper.rb"
         | 
| 52 53 | 
             
              ]
         | 
| 53 54 |  | 
| 54 55 | 
             
              if s.respond_to? :specification_version then
         | 
| 55 56 | 
             
                s.specification_version = 3
         | 
| 56 57 |  | 
| 57 58 | 
             
                if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
         | 
| 58 | 
            -
                  s.add_runtime_dependency(%q<rails>, ["~> 3.0.0"])
         | 
| 59 59 | 
             
                else
         | 
| 60 | 
            -
                  s.add_dependency(%q<rails>, ["~> 3.0.0"])
         | 
| 61 60 | 
             
                end
         | 
| 62 61 | 
             
              else
         | 
| 63 | 
            -
                s.add_dependency(%q<rails>, ["~> 3.0.0"])
         | 
| 64 62 | 
             
              end
         | 
| 65 63 | 
             
            end
         | 
| 66 64 |  | 
    
        metadata
    CHANGED
    
    | @@ -1,13 +1,13 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification 
         | 
| 2 2 | 
             
            name: eyeballs_rails
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version 
         | 
| 4 | 
            -
              hash:  | 
| 4 | 
            +
              hash: 9
         | 
| 5 5 | 
             
              prerelease: 
         | 
| 6 6 | 
             
              segments: 
         | 
| 7 7 | 
             
              - 0
         | 
| 8 8 | 
             
              - 1
         | 
| 9 | 
            -
              -  | 
| 10 | 
            -
              version: 0.1. | 
| 9 | 
            +
              - 9
         | 
| 10 | 
            +
              version: 0.1.9
         | 
| 11 11 | 
             
            platform: ruby
         | 
| 12 12 | 
             
            authors: 
         | 
| 13 13 | 
             
            - Paul Campbell
         | 
| @@ -15,25 +15,10 @@ autorequire: | |
| 15 15 | 
             
            bindir: bin
         | 
| 16 16 | 
             
            cert_chain: []
         | 
| 17 17 |  | 
| 18 | 
            -
            date: 2011- | 
| 18 | 
            +
            date: 2011-05-23 00:00:00 +01:00
         | 
| 19 19 | 
             
            default_executable: 
         | 
| 20 | 
            -
            dependencies: 
         | 
| 21 | 
            -
             | 
| 22 | 
            -
              prerelease: false
         | 
| 23 | 
            -
              name: rails
         | 
| 24 | 
            -
              type: :runtime
         | 
| 25 | 
            -
              version_requirements: &id001 !ruby/object:Gem::Requirement 
         | 
| 26 | 
            -
                none: false
         | 
| 27 | 
            -
                requirements: 
         | 
| 28 | 
            -
                - - ~>
         | 
| 29 | 
            -
                  - !ruby/object:Gem::Version 
         | 
| 30 | 
            -
                    hash: 7
         | 
| 31 | 
            -
                    segments: 
         | 
| 32 | 
            -
                    - 3
         | 
| 33 | 
            -
                    - 0
         | 
| 34 | 
            -
                    - 0
         | 
| 35 | 
            -
                    version: 3.0.0
         | 
| 36 | 
            -
              requirement: *id001
         | 
| 20 | 
            +
            dependencies: []
         | 
| 21 | 
            +
             | 
| 37 22 | 
             
            description: Helpers for using eyeballs.js with Ruby on Rails
         | 
| 38 23 | 
             
            email: paul@rslw.com
         | 
| 39 24 | 
             
            executables: []
         | 
| @@ -75,8 +60,8 @@ homepage: http://github.com/paulca/eyeballs_rails | |
| 75 60 | 
             
            licenses: []
         | 
| 76 61 |  | 
| 77 62 | 
             
            post_install_message: 
         | 
| 78 | 
            -
            rdoc_options:  | 
| 79 | 
            -
             | 
| 63 | 
            +
            rdoc_options: 
         | 
| 64 | 
            +
            - --charset=UTF-8
         | 
| 80 65 | 
             
            require_paths: 
         | 
| 81 66 | 
             
            - lib
         | 
| 82 67 | 
             
            required_ruby_version: !ruby/object:Gem::Requirement 
         | 
| @@ -100,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 100 85 | 
             
            requirements: []
         | 
| 101 86 |  | 
| 102 87 | 
             
            rubyforge_project: 
         | 
| 103 | 
            -
            rubygems_version: 1. | 
| 88 | 
            +
            rubygems_version: 1.6.2
         | 
| 104 89 | 
             
            signing_key: 
         | 
| 105 90 | 
             
            specification_version: 3
         | 
| 106 91 | 
             
            summary: Include eyeballs.js javascripts automatically
         |