cheezburger 1.0.1 → 1.0.2
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/.gitignore +1 -0
 - data/.rvmrc +1 -1
 - data/Gemfile +6 -1
 - data/Gemfile.lock +25 -10
 - data/VERSION +1 -1
 - data/cheezburger.gemspec +2 -2
 - data/lib/cheezburger.rb +0 -7
 - data/spec/spec_helper.rb +4 -0
 - metadata +3 -9
 
    
        data/.gitignore
    CHANGED
    
    
    
        data/.rvmrc
    CHANGED
    
    | 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            rvm --create use ruby-1. 
     | 
| 
      
 1 
     | 
    
         
            +
            rvm --create use ruby-1.9.2@cheezburger > /dev/null
         
     | 
    
        data/Gemfile
    CHANGED
    
    
    
        data/Gemfile.lock
    CHANGED
    
    | 
         @@ -2,19 +2,34 @@ GEM 
     | 
|
| 
       2 
2 
     | 
    
         
             
              remote: http://rubygems.org/
         
     | 
| 
       3 
3 
     | 
    
         
             
              specs:
         
     | 
| 
       4 
4 
     | 
    
         
             
                diff-lcs (1.1.2)
         
     | 
| 
       5 
     | 
    
         
            -
                 
     | 
| 
       6 
     | 
    
         
            -
             
     | 
| 
       7 
     | 
    
         
            -
             
     | 
| 
       8 
     | 
    
         
            -
                   
     | 
| 
       9 
     | 
    
         
            -
             
     | 
| 
       10 
     | 
    
         
            -
             
     | 
| 
      
 5 
     | 
    
         
            +
                gemcutter (0.6.1)
         
     | 
| 
      
 6 
     | 
    
         
            +
                git (1.2.5)
         
     | 
| 
      
 7 
     | 
    
         
            +
                jeweler (1.4.0)
         
     | 
| 
      
 8 
     | 
    
         
            +
                  gemcutter (>= 0.1.0)
         
     | 
| 
      
 9 
     | 
    
         
            +
                  git (>= 1.2.5)
         
     | 
| 
      
 10 
     | 
    
         
            +
                  rubyforge (>= 2.0.0)
         
     | 
| 
      
 11 
     | 
    
         
            +
                json_pure (1.4.6)
         
     | 
| 
      
 12 
     | 
    
         
            +
                rspec (2.0.0)
         
     | 
| 
      
 13 
     | 
    
         
            +
                  rspec-core (= 2.0.0)
         
     | 
| 
      
 14 
     | 
    
         
            +
                  rspec-expectations (= 2.0.0)
         
     | 
| 
      
 15 
     | 
    
         
            +
                  rspec-mocks (= 2.0.0)
         
     | 
| 
      
 16 
     | 
    
         
            +
                rspec-core (2.0.0)
         
     | 
| 
      
 17 
     | 
    
         
            +
                rspec-expectations (2.0.0)
         
     | 
| 
       11 
18 
     | 
    
         
             
                  diff-lcs (>= 1.1.2)
         
     | 
| 
       12 
     | 
    
         
            -
                rspec-mocks (2.0.0 
     | 
| 
       13 
     | 
    
         
            -
                  rspec-core (= 2.0.0 
     | 
| 
       14 
     | 
    
         
            -
                  rspec-expectations (= 2.0.0 
     | 
| 
      
 19 
     | 
    
         
            +
                rspec-mocks (2.0.0)
         
     | 
| 
      
 20 
     | 
    
         
            +
                  rspec-core (= 2.0.0)
         
     | 
| 
      
 21 
     | 
    
         
            +
                  rspec-expectations (= 2.0.0)
         
     | 
| 
      
 22 
     | 
    
         
            +
                rubyforge (2.0.4)
         
     | 
| 
      
 23 
     | 
    
         
            +
                  json_pure (>= 1.1.7)
         
     | 
| 
      
 24 
     | 
    
         
            +
                simplecov (0.3.6)
         
     | 
| 
      
 25 
     | 
    
         
            +
                  simplecov-html (>= 0.3.7)
         
     | 
| 
      
 26 
     | 
    
         
            +
                simplecov-html (0.3.8)
         
     | 
| 
       15 
27 
     | 
    
         | 
| 
       16 
28 
     | 
    
         
             
            PLATFORMS
         
     | 
| 
      
 29 
     | 
    
         
            +
              java
         
     | 
| 
       17 
30 
     | 
    
         
             
              ruby
         
     | 
| 
       18 
31 
     | 
    
         | 
| 
       19 
32 
     | 
    
         
             
            DEPENDENCIES
         
     | 
| 
       20 
     | 
    
         
            -
               
     | 
| 
      
 33 
     | 
    
         
            +
              jeweler
         
     | 
| 
      
 34 
     | 
    
         
            +
              rspec (= 2.0.0)
         
     | 
| 
      
 35 
     | 
    
         
            +
              simplecov
         
     | 
    
        data/VERSION
    CHANGED
    
    | 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            1.0. 
     | 
| 
      
 1 
     | 
    
         
            +
            1.0.2
         
     | 
    
        data/cheezburger.gemspec
    CHANGED
    
    | 
         @@ -5,11 +5,11 @@ 
     | 
|
| 
       5 
5 
     | 
    
         | 
| 
       6 
6 
     | 
    
         
             
            Gem::Specification.new do |s|
         
     | 
| 
       7 
7 
     | 
    
         
             
              s.name = %q{cheezburger}
         
     | 
| 
       8 
     | 
    
         
            -
              s.version = "1.0. 
     | 
| 
      
 8 
     | 
    
         
            +
              s.version = "1.0.2"
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
10 
     | 
    
         
             
              s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
         
     | 
| 
       11 
11 
     | 
    
         
             
              s.authors = ["Oriol Gual", "Josep M. Bach", "Josep Jaume Rey"]
         
     | 
| 
       12 
     | 
    
         
            -
              s.date = %q{2010- 
     | 
| 
      
 12 
     | 
    
         
            +
              s.date = %q{2010-10-14}
         
     | 
| 
       13 
13 
     | 
    
         
             
              s.description = %q{BDD for lolcats! Just require it in your Gemfile and you got funny specs for free!}
         
     | 
| 
       14 
14 
     | 
    
         
             
              s.email = %q{info@codegram.com}
         
     | 
| 
       15 
15 
     | 
    
         
             
              s.extra_rdoc_files = [
         
     | 
    
        data/lib/cheezburger.rb
    CHANGED
    
    
    
        data/spec/spec_helper.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | 
         @@ -1,13 +1,12 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification 
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: cheezburger
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version 
         
     | 
| 
       4 
     | 
    
         
            -
              hash: 21
         
     | 
| 
       5 
4 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       6 
5 
     | 
    
         
             
              segments: 
         
     | 
| 
       7 
6 
     | 
    
         
             
              - 1
         
     | 
| 
       8 
7 
     | 
    
         
             
              - 0
         
     | 
| 
       9 
     | 
    
         
            -
              -  
     | 
| 
       10 
     | 
    
         
            -
              version: 1.0. 
     | 
| 
      
 8 
     | 
    
         
            +
              - 2
         
     | 
| 
      
 9 
     | 
    
         
            +
              version: 1.0.2
         
     | 
| 
       11 
10 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       12 
11 
     | 
    
         
             
            authors: 
         
     | 
| 
       13 
12 
     | 
    
         
             
            - Oriol Gual
         
     | 
| 
         @@ -17,7 +16,7 @@ autorequire: 
     | 
|
| 
       17 
16 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       18 
17 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       19 
18 
     | 
    
         | 
| 
       20 
     | 
    
         
            -
            date: 2010- 
     | 
| 
      
 19 
     | 
    
         
            +
            date: 2010-10-14 00:00:00 +02:00
         
     | 
| 
       21 
20 
     | 
    
         
             
            default_executable: 
         
     | 
| 
       22 
21 
     | 
    
         
             
            dependencies: 
         
     | 
| 
       23 
22 
     | 
    
         
             
            - !ruby/object:Gem::Dependency 
         
     | 
| 
         @@ -28,7 +27,6 @@ dependencies: 
     | 
|
| 
       28 
27 
     | 
    
         
             
                requirements: 
         
     | 
| 
       29 
28 
     | 
    
         
             
                - - ">="
         
     | 
| 
       30 
29 
     | 
    
         
             
                  - !ruby/object:Gem::Version 
         
     | 
| 
       31 
     | 
    
         
            -
                    hash: 62196427
         
     | 
| 
       32 
30 
     | 
    
         
             
                    segments: 
         
     | 
| 
       33 
31 
     | 
    
         
             
                    - 2
         
     | 
| 
       34 
32 
     | 
    
         
             
                    - 0
         
     | 
| 
         @@ -46,7 +44,6 @@ dependencies: 
     | 
|
| 
       46 
44 
     | 
    
         
             
                requirements: 
         
     | 
| 
       47 
45 
     | 
    
         
             
                - - ">="
         
     | 
| 
       48 
46 
     | 
    
         
             
                  - !ruby/object:Gem::Version 
         
     | 
| 
       49 
     | 
    
         
            -
                    hash: 7
         
     | 
| 
       50 
47 
     | 
    
         
             
                    segments: 
         
     | 
| 
       51 
48 
     | 
    
         
             
                    - 1
         
     | 
| 
       52 
49 
     | 
    
         
             
                    - 4
         
     | 
| 
         @@ -62,7 +59,6 @@ dependencies: 
     | 
|
| 
       62 
59 
     | 
    
         
             
                requirements: 
         
     | 
| 
       63 
60 
     | 
    
         
             
                - - ">="
         
     | 
| 
       64 
61 
     | 
    
         
             
                  - !ruby/object:Gem::Version 
         
     | 
| 
       65 
     | 
    
         
            -
                    hash: 23
         
     | 
| 
       66 
62 
     | 
    
         
             
                    segments: 
         
     | 
| 
       67 
63 
     | 
    
         
             
                    - 1
         
     | 
| 
       68 
64 
     | 
    
         
             
                    - 0
         
     | 
| 
         @@ -108,7 +104,6 @@ required_ruby_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       108 
104 
     | 
    
         
             
              requirements: 
         
     | 
| 
       109 
105 
     | 
    
         
             
              - - ">="
         
     | 
| 
       110 
106 
     | 
    
         
             
                - !ruby/object:Gem::Version 
         
     | 
| 
       111 
     | 
    
         
            -
                  hash: 3
         
     | 
| 
       112 
107 
     | 
    
         
             
                  segments: 
         
     | 
| 
       113 
108 
     | 
    
         
             
                  - 0
         
     | 
| 
       114 
109 
     | 
    
         
             
                  version: "0"
         
     | 
| 
         @@ -117,7 +112,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       117 
112 
     | 
    
         
             
              requirements: 
         
     | 
| 
       118 
113 
     | 
    
         
             
              - - ">="
         
     | 
| 
       119 
114 
     | 
    
         
             
                - !ruby/object:Gem::Version 
         
     | 
| 
       120 
     | 
    
         
            -
                  hash: 3
         
     | 
| 
       121 
115 
     | 
    
         
             
                  segments: 
         
     | 
| 
       122 
116 
     | 
    
         
             
                  - 0
         
     | 
| 
       123 
117 
     | 
    
         
             
                  version: "0"
         
     |