beaconpush 0.0.2 → 0.0.3
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/lib/beaconpush/client.rb +2 -0
 - data/lib/beaconpush/version.rb +1 -1
 - metadata +4 -12
 
    
        data/lib/beaconpush/client.rb
    CHANGED
    
    
    
        data/lib/beaconpush/version.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | 
         @@ -1,12 +1,8 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification 
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: beaconpush
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version 
         
     | 
| 
       4 
     | 
    
         
            -
              prerelease:  
     | 
| 
       5 
     | 
    
         
            -
               
     | 
| 
       6 
     | 
    
         
            -
              - 0
         
     | 
| 
       7 
     | 
    
         
            -
              - 0
         
     | 
| 
       8 
     | 
    
         
            -
              - 2
         
     | 
| 
       9 
     | 
    
         
            -
              version: 0.0.2
         
     | 
| 
      
 4 
     | 
    
         
            +
              prerelease: 
         
     | 
| 
      
 5 
     | 
    
         
            +
              version: 0.0.3
         
     | 
| 
       10 
6 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       11 
7 
     | 
    
         
             
            authors: 
         
     | 
| 
       12 
8 
     | 
    
         
             
            - "Jakub Ku\xC5\xBAma"
         
     | 
| 
         @@ -14,7 +10,7 @@ autorequire: 
     | 
|
| 
       14 
10 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       15 
11 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       16 
12 
     | 
    
         | 
| 
       17 
     | 
    
         
            -
            date:  
     | 
| 
      
 13 
     | 
    
         
            +
            date: 2011-03-22 00:00:00 +01:00
         
     | 
| 
       18 
14 
     | 
    
         
             
            default_executable: 
         
     | 
| 
       19 
15 
     | 
    
         
             
            dependencies: []
         
     | 
| 
       20 
16 
     | 
    
         | 
| 
         @@ -53,21 +49,17 @@ required_ruby_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       53 
49 
     | 
    
         
             
              requirements: 
         
     | 
| 
       54 
50 
     | 
    
         
             
              - - ">="
         
     | 
| 
       55 
51 
     | 
    
         
             
                - !ruby/object:Gem::Version 
         
     | 
| 
       56 
     | 
    
         
            -
                  segments: 
         
     | 
| 
       57 
     | 
    
         
            -
                  - 0
         
     | 
| 
       58 
52 
     | 
    
         
             
                  version: "0"
         
     | 
| 
       59 
53 
     | 
    
         
             
            required_rubygems_version: !ruby/object:Gem::Requirement 
         
     | 
| 
       60 
54 
     | 
    
         
             
              none: false
         
     | 
| 
       61 
55 
     | 
    
         
             
              requirements: 
         
     | 
| 
       62 
56 
     | 
    
         
             
              - - ">="
         
     | 
| 
       63 
57 
     | 
    
         
             
                - !ruby/object:Gem::Version 
         
     | 
| 
       64 
     | 
    
         
            -
                  segments: 
         
     | 
| 
       65 
     | 
    
         
            -
                  - 0
         
     | 
| 
       66 
58 
     | 
    
         
             
                  version: "0"
         
     | 
| 
       67 
59 
     | 
    
         
             
            requirements: []
         
     | 
| 
       68 
60 
     | 
    
         | 
| 
       69 
61 
     | 
    
         
             
            rubyforge_project: beaconpush
         
     | 
| 
       70 
     | 
    
         
            -
            rubygems_version: 1. 
     | 
| 
      
 62 
     | 
    
         
            +
            rubygems_version: 1.6.2
         
     | 
| 
       71 
63 
     | 
    
         
             
            signing_key: 
         
     | 
| 
       72 
64 
     | 
    
         
             
            specification_version: 3
         
     | 
| 
       73 
65 
     | 
    
         
             
            summary: Gem for adding Beacon support into your application
         
     |