rounders 0.1.0 → 0.1.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: ef43acf9007fdf8093f20dca5a2c078811d0db50
4
- data.tar.gz: ae387006a1c61597efb26c2981ecce6bbf62d522
3
+ metadata.gz: 748ef42fa3f5bc3812b23fc891ee29149648557b
4
+ data.tar.gz: 7679e207e7ba1903ce2c94906ea81c1ee17b5222
5
5
  SHA512:
6
- metadata.gz: f6efa757ec07292598b3f1fe4207a7f78676f99fe85ac238f8cb554c6d8c5592e600900591cfaa1b4b78e17eb0abaf4af937681e8b93fe9e8e4582a86a36d893
7
- data.tar.gz: 182719aa56dca3afe0d822d3c7c5770f1c6fc55463a68abf170905cc06401a0aef28ce776b8d33b8abd842aa1aa7c18e3d5ee19013a7babe9572cf63a4bcf387
6
+ metadata.gz: 9e28b8501497ab80f1874d1f83b02a406b49c61feacb9d032e8635a2cfa96b1a29322bff49f12fbf3edbf9654f82ca922ee88d5bfda6692eb3fb57bc3d61f2c7
7
+ data.tar.gz: 96afde6809465693a7678385efc9c70dbbf12ca948c5ca8aa016b2584b7c6edf1cf0f0e646ac9aa217f09acc57b46c6b7755ea1418b1117ee7aadaaf934d4c87
data/CODE_OF_CONDUCT.md CHANGED
@@ -46,4 +46,4 @@ version 1.3.0, available at
46
46
  [http://contributor-covenant.org/version/1/3/0/][version]
47
47
 
48
48
  [homepage]: http://contributor-covenant.org
49
- [version]: http://contributor-covenant.org/version/1/3/0/
49
+ [version]: http://contributor-covenant.org/version/1/3/0/
data/Gemfile CHANGED
@@ -1,4 +1,4 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
- # Specify your gem's dependencies in kiki.gemspec
3
+ # Specify your gem's dependencies in rounders.gemspec
4
4
  gemspec
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
3
  require 'bundler/setup'
4
- require 'kiki'
4
+ require 'rounders'
5
5
 
6
- Kiki::Commander.start(ARGV)
6
+ Rounders::Commander.start(ARGV)
data/circle.yml CHANGED
@@ -33,4 +33,4 @@ test:
33
33
  notify:
34
34
  webhooks:
35
35
  # A list of hashes representing hooks. Only the url field is supported.
36
- - url: https://circleci.com/hooks/circle
36
+ - url: https://circleci.com/hooks/circle
@@ -1,3 +1,3 @@
1
1
  module Rounders
2
- VERSION = '0.1.0'.freeze
2
+ VERSION = '0.1.1'.freeze
3
3
  end
data/rounders.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ['akira.takahashi']
10
10
  spec.email = ['rike422@gmail.com']
11
11
 
12
- spec.summary = 'the Pluggable Mail processing framework inspired by ruboty and mailman'
12
+ spec.summary = 'Rounders is Mail processing framework is similar Bot, inspired by ruboty and mailman'
13
13
  spec.homepage = 'https://github.com/rike422/rounders'
14
14
  spec.license = 'MIT'
15
15
 
@@ -1 +1 @@
1
- gem 'kiki'
1
+ gem 'rounders'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rounders
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
  - akira.takahashi
@@ -274,5 +274,6 @@ rubyforge_project:
274
274
  rubygems_version: 2.5.1
275
275
  signing_key:
276
276
  specification_version: 4
277
- summary: the Pluggable Mail processing framework inspired by ruboty and mailman
277
+ summary: Rounders is Mail processing framework is similar Bot, inspired by ruboty
278
+ and mailman
278
279
  test_files: []