sightstone 1.4.4 → 1.4.5
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.
- checksums.yaml +4 -4
- data/lib/sightstone.rb +60 -60
- data/lib/sightstone/champion.rb +31 -31
- data/lib/sightstone/league.rb +74 -74
- data/lib/sightstone/masterybook.rb +53 -49
- data/lib/sightstone/match_history.rb +76 -76
- data/lib/sightstone/modules/champion_module.rb +33 -33
- data/lib/sightstone/modules/datadragon_module.rb +25 -25
- data/lib/sightstone/modules/game_module.rb +38 -38
- data/lib/sightstone/modules/league_module.rb +68 -68
- data/lib/sightstone/modules/sightstone_base_module.rb +39 -39
- data/lib/sightstone/modules/stats_module.rb +75 -75
- data/lib/sightstone/modules/summoner_module.rb +205 -205
- data/lib/sightstone/modules/team_module.rb +42 -42
- data/lib/sightstone/player_stats_summary.rb +38 -38
- data/lib/sightstone/ranked_stats.rb +24 -24
- data/lib/sightstone/runebook.rb +55 -51
- data/lib/sightstone/summoner.rb +22 -22
- data/lib/sightstone/team.rb +116 -116
- metadata +4 -5
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: sightstone
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 1.4. | 
| 4 | 
            +
              version: 1.4.5
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Daniel Bauer
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2014-03- | 
| 11 | 
            +
            date: 2014-03-18 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: rest-client
         | 
| @@ -30,7 +30,6 @@ executables: [] | |
| 30 30 | 
             
            extensions: []
         | 
| 31 31 | 
             
            extra_rdoc_files: []
         | 
| 32 32 | 
             
            files:
         | 
| 33 | 
            -
            - lib/sightstone.rb
         | 
| 34 33 | 
             
            - lib/sightstone/champion.rb
         | 
| 35 34 | 
             
            - lib/sightstone/league.rb
         | 
| 36 35 | 
             
            - lib/sightstone/masterybook.rb
         | 
| @@ -48,6 +47,7 @@ files: | |
| 48 47 | 
             
            - lib/sightstone/runebook.rb
         | 
| 49 48 | 
             
            - lib/sightstone/summoner.rb
         | 
| 50 49 | 
             
            - lib/sightstone/team.rb
         | 
| 50 | 
            +
            - lib/sightstone.rb
         | 
| 51 51 | 
             
            homepage: https://github.com/danijoo/Sightstone
         | 
| 52 52 | 
             
            licenses:
         | 
| 53 53 | 
             
            - MIT
         | 
| @@ -68,9 +68,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 68 68 | 
             
                  version: '0'
         | 
| 69 69 | 
             
            requirements: []
         | 
| 70 70 | 
             
            rubyforge_project: 
         | 
| 71 | 
            -
            rubygems_version: 2. | 
| 71 | 
            +
            rubygems_version: 2.0.14
         | 
| 72 72 | 
             
            signing_key: 
         | 
| 73 73 | 
             
            specification_version: 4
         | 
| 74 74 | 
             
            summary: Ruby wrapper for riots league of legends api
         | 
| 75 75 | 
             
            test_files: []
         | 
| 76 | 
            -
            has_rdoc: 
         |