rounders 0.1.1 → 0.1.2

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: 748ef42fa3f5bc3812b23fc891ee29149648557b
4
- data.tar.gz: 7679e207e7ba1903ce2c94906ea81c1ee17b5222
3
+ metadata.gz: c20df9444c0ea3a02ae7bce7d0e07fe69cdffe56
4
+ data.tar.gz: 799eb26e1694a3973efcc3ffc0bdad6677b1e902
5
5
  SHA512:
6
- metadata.gz: 9e28b8501497ab80f1874d1f83b02a406b49c61feacb9d032e8635a2cfa96b1a29322bff49f12fbf3edbf9654f82ca922ee88d5bfda6692eb3fb57bc3d61f2c7
7
- data.tar.gz: 96afde6809465693a7678385efc9c70dbbf12ca948c5ca8aa016b2584b7c6edf1cf0f0e646ac9aa217f09acc57b46c6b7755ea1418b1117ee7aadaaf934d4c87
6
+ metadata.gz: ef607ee7317ad8a51c76c4b3cc9dee24adc827c4d1bf6065f065bad938da2718f18f8927006fdc0184d2df43c43512484a6b3406488fe90724d953f25fe96324
7
+ data.tar.gz: 0211d80d36d2dda5ac88fca66c5e86f02aa0a0085c4de833ac8bb067f2b0b7cf905401e4533248b15af8b055411c686bf615a9a89907a2f064099a2dda557fd0
data/README.md CHANGED
@@ -52,11 +52,11 @@ module Rounders
52
52
  :callback_method2)
53
53
 
54
54
  def method1(mail)
55
- // any process
55
+ # any process
56
56
  end
57
57
 
58
58
  def method2(mail)
59
- // any process
59
+ # any process
60
60
  end
61
61
  end
62
62
  end
data/bin/rounders CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
  $LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
3
- require 'bundler/setup'
3
+ require 'rubygems'
4
4
  require 'rounders'
5
5
 
6
6
  Rounders::Commander.start(ARGV)
@@ -1,3 +1,3 @@
1
1
  module Rounders
2
- VERSION = '0.1.1'.freeze
2
+ VERSION = '0.1.2'.freeze
3
3
  end
@@ -1 +1,2 @@
1
+ source 'https://rubygems.org'
1
2
  gem 'rounders'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rounders
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - akira.takahashi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-15 00:00:00.000000000 Z
11
+ date: 2016-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler