gemma 4.0.0 → 4.1.0

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.
Files changed (4) hide show
  1. checksums.yaml +8 -8
  2. data/README.rdoc +3 -1
  3. data/lib/gemma/version.rb +1 -1
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NTYwMGFlZTBkMzY3MzY4NDUyMDVkMTFhNmJlNDQ2ZGM4NGQ3MTUxOQ==
4
+ YTE5M2Y0MmZjYTY1ODY2YTM5OGFkNjg1NmE0YWI0OGU0NTE4ZmViNA==
5
5
  data.tar.gz: !binary |-
6
- NGU5NjIzNWQ3ZWFmYTY4OGEzMGQ0ODlhYTkwYjdhMzEyNWYwNWE5Mg==
6
+ N2IxM2JiMzRkMzBhZWViMTU2MTJmODZmOWMwMWYwZGU0ZjBmMTFlOQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MGFlMDc5ZWY5NGE0NTYzYzViNjFjMDhkMzIxZDlmOWJlYWY3NWUwZWY0NWE5
10
- NGZkZmYyN2Q0NGRlOTJkZjBlMDYwYzBhYzNiZmFmYmVjMDVhOTc4MWVlZDI4
11
- OTQxYjY5MDE1OTUxYjMxMmYxOWE1YTJhNWYyMGRmZWU2Yzc4MTM=
9
+ Y2Y1NTE0YWYzZmY2MWVlMDI4MmE2MzBjMTg5YzQxYmViOTA3NjVhMzliNTll
10
+ MjNjZWY5MTA3NTYzZTQ4Y2U0MWFjNTE4ZmI0NzkxOGUyOTg4OTE2ODFiNzJm
11
+ NWNmZTYxZGU0OWRkYTQ1YjVlNWUzMDM3ZTJkYWNkZGQ4ZjJiNjM=
12
12
  data.tar.gz: !binary |-
13
- YjQxYjE4ZGE2NmFkMjc1NzkwMThhZmFjYzgzNzM3ZGM3N2UxOTEzMWQ1YjY5
14
- NjlhZGYzNzFmN2ZkZDY5YTYyMjBiMTMzOGEzNTY4ZWVhZjIwMGYyYzFlZjA1
15
- MTkxMDZmN2NiYzg0ODAzZTNhZTc1NDQ5OWYyMzM1MDc4OWVmMGU=
13
+ NGYyNDZjODdjMTVkMzNiN2Y4MDMwOTIwMTg0OTBjYWQ5ZWFlYjJkYzI5MjAw
14
+ Njg3Y2Y4MGQ2NTlhZTAxZTRmYzNmM2ZkOTQ5NDhjNGUyZTEwOGMwNjQ5YzIw
15
+ NTQxOWE2YWY2YjBlZWVmYzc2N2FiNTZlZGVmYTA1ODUwMDkyNmY=
data/README.rdoc CHANGED
@@ -4,7 +4,9 @@ http://github.com/jdleesmiller/gemma
4
4
 
5
5
  http://github.com/jdleesmiller/gemma/wiki
6
6
 
7
- {<img src="https://secure.travis-ci.org/jdleesmiller/gemma.png"/>}[http://travis-ci.org/jdleesmiller/gemma]
7
+ {<img src="https://secure.travis-ci.org/jdleesmiller/gemma.png" alt="Build Status" />}[http://travis-ci.org/jdleesmiller/gemma]
8
+ {<img src="https://gemnasium.com/jdleesmiller/gemma.png" alt="Dependency Status " />}[https://gemnasium.com/jdleesmiller/gemma]
9
+ {<img src="https://badge.fury.io/rb/gemma.png" alt="Gem Version" />}[http://badge.fury.io/rb/gemma]
8
10
 
9
11
  == SYNOPSIS
10
12
 
data/lib/gemma/version.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module Gemma
2
2
  VERSION_MAJOR = 4
3
- VERSION_MINOR = 0
3
+ VERSION_MINOR = 1
4
4
  VERSION_PATCH = 0
5
5
  VERSION = [VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH].join('.')
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gemma
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 4.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Lees-Miller
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - ! '>='
32
32
  - !ruby/object:Gem::Version
33
- version: 10.1.1
33
+ version: 10.2.2
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - ! '>='
39
39
  - !ruby/object:Gem::Version
40
- version: 10.1.1
40
+ version: 10.2.2
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rdoc
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -148,7 +148,7 @@ rdoc_options:
148
148
  - --main
149
149
  - README.rdoc
150
150
  - --title
151
- - gemma-4.0.0 Documentation
151
+ - gemma-4.1.0 Documentation
152
152
  require_paths:
153
153
  - lib
154
154
  required_ruby_version: !ruby/object:Gem::Requirement