rapis 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/exe/rapis +0 -1
  3. data/lib/rapis/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ba0204f8bd9c638122135f36d8b20615babf16c4
4
- data.tar.gz: 24479a1fc8d7add31b313e8554986a1f9ca74a1c
3
+ metadata.gz: 7d44919cb56dd84e38e5d37577bcd2c527dc79de
4
+ data.tar.gz: 5ff52d2ea9195dfee3325828aa17e9d9f185ea6d
5
5
  SHA512:
6
- metadata.gz: 57562605e7c4e6ccd0ed2a4257ea2d3f43702eda0ddd375107a2e3cad52e81d89c5efadb6ef5a7fba27725640a7c89f4b2f0775c627f8d62da11821763ffa02a
7
- data.tar.gz: 0d7536aef3fa961b79519c57dd25961d898ad013a7406569c2ca9beb29cf4df66f050739cbdd1fb9b918512936ff77101be2fd469322f0e818a68872c13645f4
6
+ metadata.gz: 90ca11b2cfc2206596585ac68600482a5404a2edb669a78bef3c1db5e05a4751df259ab37917148e34762dc4ba79f75d7b4366b724df7d77104029c821b45957
7
+ data.tar.gz: fa5fe18e3ea21c9c809a08856c5ca4f6e9d36f0461320379719b3444343e745a397daa4dfb1867193df0780d7e1fca6f254d21f959e2d975f0ebaaacd54c0602
data/exe/rapis CHANGED
@@ -3,6 +3,5 @@
3
3
  $: << File.expand_path('../../lib', __FILE__)
4
4
 
5
5
  require 'rapis/cli'
6
- Version = Rapis::VERSION
7
6
 
8
7
  Rapis::Cli.start(ARGV)
@@ -1,3 +1,3 @@
1
1
  module Rapis
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rapis
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
  - Masashi Terui