rb_ext 0.3.0 → 0.3.1
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 +2 -2
 - data/VERSION +1 -1
 - data/rb_ext.gemspec +3 -3
 - metadata +5 -5
 
    
        data/Rakefile
    CHANGED
    
    | 
         @@ -16,9 +16,9 @@ Jeweler::Tasks.new do |gem| 
     | 
|
| 
       16 
16 
     | 
    
         
             
              gem.homepage = "http://github.com/icatcher-at/rb_ext"
         
     | 
| 
       17 
17 
     | 
    
         
             
              gem.license = "MIT"
         
     | 
| 
       18 
18 
     | 
    
         
             
              gem.summary = %Q{Adds a bunch of methods to Ruby's Core Library}
         
     | 
| 
       19 
     | 
    
         
            -
              gem.description = %Q{Adds a bunch of methods to Ruby's Core Library, like Array#split or  
     | 
| 
      
 19 
     | 
    
         
            +
              gem.description = %Q{Adds a bunch of methods to Ruby's Core Library, like Array#split or Hash#pick}
         
     | 
| 
       20 
20 
     | 
    
         
             
              gem.email = "kontakt@icatcher.at"
         
     | 
| 
       21 
     | 
    
         
            -
              gem.authors = [" 
     | 
| 
      
 21 
     | 
    
         
            +
              gem.authors = ["Robert Neumayr"]
         
     | 
| 
       22 
22 
     | 
    
         
             
              # Include your dependencies below. Runtime dependencies are required when using your gem,
         
     | 
| 
       23 
23 
     | 
    
         
             
              # and development dependencies are only needed for development (ie running rake tasks, tests, etc)
         
     | 
| 
       24 
24 
     | 
    
         
             
              #  gem.add_runtime_dependency 'jabber4r', '> 0.1'
         
     | 
    
        data/VERSION
    CHANGED
    
    | 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            0.3. 
     | 
| 
      
 1 
     | 
    
         
            +
            0.3.1
         
     | 
    
        data/rb_ext.gemspec
    CHANGED
    
    | 
         @@ -5,12 +5,12 @@ 
     | 
|
| 
       5 
5 
     | 
    
         | 
| 
       6 
6 
     | 
    
         
             
            Gem::Specification.new do |s|
         
     | 
| 
       7 
7 
     | 
    
         
             
              s.name = %q{rb_ext}
         
     | 
| 
       8 
     | 
    
         
            -
              s.version = "0.3. 
     | 
| 
      
 8 
     | 
    
         
            +
              s.version = "0.3.1"
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
10 
     | 
    
         
             
              s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
         
     | 
| 
       11 
     | 
    
         
            -
              s.authors = [" 
     | 
| 
      
 11 
     | 
    
         
            +
              s.authors = ["Robert Neumayr"]
         
     | 
| 
       12 
12 
     | 
    
         
             
              s.date = %q{2011-04-27}
         
     | 
| 
       13 
     | 
    
         
            -
              s.description = %q{Adds a bunch of methods to Ruby's Core Library, like Array#split or  
     | 
| 
      
 13 
     | 
    
         
            +
              s.description = %q{Adds a bunch of methods to Ruby's Core Library, like Array#split or Hash#pick}
         
     | 
| 
       14 
14 
     | 
    
         
             
              s.email = %q{kontakt@icatcher.at}
         
     | 
| 
       15 
15 
     | 
    
         
             
              s.extra_rdoc_files = [
         
     | 
| 
       16 
16 
     | 
    
         
             
                "LICENSE.txt",
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -5,11 +5,11 @@ version: !ruby/object:Gem::Version 
     | 
|
| 
       5 
5 
     | 
    
         
             
              segments: 
         
     | 
| 
       6 
6 
     | 
    
         
             
              - 0
         
     | 
| 
       7 
7 
     | 
    
         
             
              - 3
         
     | 
| 
       8 
     | 
    
         
            -
              -  
     | 
| 
       9 
     | 
    
         
            -
              version: 0.3. 
     | 
| 
      
 8 
     | 
    
         
            +
              - 1
         
     | 
| 
      
 9 
     | 
    
         
            +
              version: 0.3.1
         
     | 
| 
       10 
10 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       11 
11 
     | 
    
         
             
            authors: 
         
     | 
| 
       12 
     | 
    
         
            -
            -  
     | 
| 
      
 12 
     | 
    
         
            +
            - Robert Neumayr
         
     | 
| 
       13 
13 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       14 
14 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       15 
15 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
         @@ -60,7 +60,7 @@ dependencies: 
     | 
|
| 
       60 
60 
     | 
    
         
             
              type: :development
         
     | 
| 
       61 
61 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       62 
62 
     | 
    
         
             
              version_requirements: *id003
         
     | 
| 
       63 
     | 
    
         
            -
            description: Adds a bunch of methods to Ruby's Core Library, like Array#split or  
     | 
| 
      
 63 
     | 
    
         
            +
            description: Adds a bunch of methods to Ruby's Core Library, like Array#split or Hash#pick
         
     | 
| 
       64 
64 
     | 
    
         
             
            email: kontakt@icatcher.at
         
     | 
| 
       65 
65 
     | 
    
         
             
            executables: []
         
     | 
| 
       66 
66 
     | 
    
         | 
| 
         @@ -96,7 +96,7 @@ required_ruby_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       96 
96 
     | 
    
         
             
              requirements: 
         
     | 
| 
       97 
97 
     | 
    
         
             
              - - ">="
         
     | 
| 
       98 
98 
     | 
    
         
             
                - !ruby/object:Gem::Version 
         
     | 
| 
       99 
     | 
    
         
            -
                  hash: - 
     | 
| 
      
 99 
     | 
    
         
            +
                  hash: -892137137
         
     | 
| 
       100 
100 
     | 
    
         
             
                  segments: 
         
     | 
| 
       101 
101 
     | 
    
         
             
                  - 0
         
     | 
| 
       102 
102 
     | 
    
         
             
                  version: "0"
         
     |