bog 0.1.0 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b3be958e003d41498558912eb307039001493d8f
4
- data.tar.gz: f7f58634bb19e8a07c481bcae18b1b2135c6f71d
3
+ metadata.gz: ff3dbbc0a6495278bc62299ad4dbe7c0ee196bd3
4
+ data.tar.gz: 00fa54bcd962dcce48d0d6cd701759aab1546fc6
5
5
  SHA512:
6
- metadata.gz: 9c8b0e7619edd96048d1a5a2ac9d47912c5ea1a855cb6cd0fa2421d2feaafc56f114e770b7f13432b173414a7b9681ba9b94f18e324057b353e03bda8b7c8a4b
7
- data.tar.gz: 13cc1d0a55f741f3fbe4dce271cac99e88e002be9ba009f37855d4ad3f0a0d1d66ae89b791b3e58f5f762af1ccd05ab14e244f64fe5d2ec416c0ea19f6605323
6
+ metadata.gz: 6b914aac97792a7a87a3524191dd08f64e9f870137688101d95c8eaddcfaca44a661993c0ac3cf6614e9917597fac4843f9bcc3207a859d3acc88079d0f5be80
7
+ data.tar.gz: be32ca99fbb4930ff9152f575cd4e2f5708bc61b3dfd89f8cacf8c84d5d1b857e5ae52501a3528d1d8b6f95b4aac8489ed17241b7f07ea2bcfce32f2278b65d0
@@ -4,10 +4,11 @@ rvm:
4
4
  - 1.9.3
5
5
  - 2.0.0
6
6
  - 2.1.0
7
+ - 2.2.2
7
8
  deploy:
8
9
  provider: rubygems
9
10
  api_key:
10
- secure: fAI2GlU0tCtZVxA80nUjC/1PriviYXb5F3a58wlbpgy0NTWxGgQxvYJOI3pvYCqIRI9CnqP/S3k642n40DomgBThAgi42vkCYKGG50dfaFKzgwu1xMWIGs3DXfsQD2nh7V5SNKncOpy2bo6GRdhPLkroQIy9XwjmAcPsEZ50jbc=
11
+ secure: McztX6P5ft3udj4P3S0mj2rA6rBPR75E+G+UQIO7P/Ay3Hy3zVoYMUK7lYWGnkdz3wRqdGSzRZ+leKnyg9mfOVWds3zT2Baoa/PLZzNis6JJk0HgcX8HsUZMnM9w24bCPVH/17drQhiy4iNXVDONv4PzakGdGgLmVl9q8vqU++o=
11
12
  gem: bog
12
13
  on:
13
14
  tags: true
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # bog [![Build Status](https://travis-ci.org/opsunit/bog.svg?branch=master)](https://travis-ci.org/opsunit/bog)
1
+ # bog [![Build Status](https://travis-ci.org/opsunit/bog.svg?branch=master)](https://travis-ci.org/opsunit/bog)[![Gem Version](https://badge.fury.io/rb/bog.svg)](http://badge.fury.io/rb/bog)
2
2
 
3
3
  ![OpsUnit Logo][99]
4
4
 
@@ -87,6 +87,7 @@ The gem and its dependencies are tested against the following ruby versions:
87
87
  * 1.9.3
88
88
  * 2.0.0
89
89
  * 2.1.0
90
+ * 2.2.2
90
91
 
91
92
  [1]: http://www.opsunit.com
92
93
  [99]: http://opsunit.com/assets/images/opsunit-logo-large.png
@@ -18,6 +18,8 @@ Gem::Specification.new do |spec|
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
19
  spec.require_paths = ["lib"]
20
20
 
21
+ spec.required_ruby_version = ">= 1.9.3"
22
+
21
23
  spec.add_development_dependency "bundler", "~> 1.6"
22
24
  spec.add_development_dependency "rake", "~> 10.0"
23
25
  spec.add_development_dependency "rspec", "~> 3.0"
@@ -1,3 +1,3 @@
1
1
  module Bog
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - sam
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-22 00:00:00.000000000 Z
11
+ date: 2015-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -124,7 +124,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
124
124
  requirements:
125
125
  - - ">="
126
126
  - !ruby/object:Gem::Version
127
- version: '0'
127
+ version: 1.9.3
128
128
  required_rubygems_version: !ruby/object:Gem::Requirement
129
129
  requirements:
130
130
  - - ">="