overpunch 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 62fbb5c8fc73e0121256c00cda49b226a3476c91
4
- data.tar.gz: cb0fdb7e6d14c1837a19e49a37fc0be9168653f1
3
+ metadata.gz: c8eb0d5f79e1e14bcd2bca024633ae5ff5b39223
4
+ data.tar.gz: 1836b434ac206194a85868b7119b5726f6323717
5
5
  SHA512:
6
- metadata.gz: 975e157d5b2dae02806efc73a968f632bad7a52f5ea37b2e1a52459a7270083af7de6a689b6790c1836dceb3b84bdf41b75f7fe60301cae4b77f3dd4409e9c91
7
- data.tar.gz: e591f471e9078fe9211d67f0c03b524403297c9d34691b1e9ddfad5fa03b7d3e96654b9e3c77cea79ab70e81f69e3b65690bedb8f9ee92693959ffe687fc74c6
6
+ metadata.gz: 925dc52fb52b7658606c954ee576d91d68384efa0014428aa5cfcc8d49cb583720961c665d3ba0dfb99d48ad0c5bac21d332cd47a17a262724d42bf11974d121
7
+ data.tar.gz: 8bf251c67cc2172f05f82e8c49736dc25a71e5472e26040111bdf1cc20e5205f52b7448b103957329eeaa7f97f9ce23f3799ab043bd02ec1362f77385fdb0b19
@@ -2,7 +2,6 @@ language: ruby
2
2
  cache: bundler
3
3
 
4
4
  rvm:
5
- - jruby
6
5
  - 2.0.0
7
6
 
8
7
  script: 'bundle exec rake'
data/README.md CHANGED
@@ -33,7 +33,7 @@ overpunch code. For example, -45 would be encoded as "4N".
33
33
 
34
34
  Add this line to your application's Gemfile:
35
35
 
36
- gem 'overpunch'
36
+ gem "overpunch"
37
37
 
38
38
  And then execute:
39
39
 
@@ -66,6 +66,13 @@ Or install it yourself as:
66
66
 
67
67
  * Ruby 2.0.0 or later
68
68
 
69
+ ## Build status
70
+
71
+ Branch | Status
72
+ ------ | ------
73
+ master | [![master build status](https://travis-ci.org/johncarney/overpunch.svg?branch=master)](https://travis-ci.org/johncarney/overpunch)
74
+ v1.0.0 | [![v1.0.0 build status](https://travis-ci.org/johncarney/overpunch.svg?branch=v1.0.0)](https://travis-ci.org/johncarney/overpunch)
75
+
69
76
  ## Contributing
70
77
 
71
78
  1. Fork it ( http://github.com/johncarney/overpunch/fork )
@@ -1,3 +1,3 @@
1
1
  module Overpunch
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: overpunch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Carney