kimotter 0.0.8 → 0.0.9

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 (2) hide show
  1. data/bin/koiketter +6 -0
  2. metadata +4 -3
data/bin/koiketter ADDED
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env ruby
2
+ # encoding: utf-8
3
+ require 'kimotter_cli'
4
+
5
+ KimotterCLI.execute(:api_endpoint => 'http://kimoto.ssig33.com/api')
6
+
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 8
9
- version: 0.0.8
8
+ - 9
9
+ version: 0.0.9
10
10
  platform: ruby
11
11
  authors:
12
12
  - kimoto
@@ -72,10 +72,11 @@ files:
72
72
  - README.rdoc
73
73
  - Rakefile
74
74
  - VERSION
75
+ - bin/kimotter
76
+ - bin/koiketter
75
77
  - lib/kimotter.rb
76
78
  - test/kimotter_test.rb
77
79
  - test/test_helper.rb
78
- - bin/kimotter
79
80
  has_rdoc: true
80
81
  homepage: http://github.com/kimoto/kimotter
81
82
  licenses: []