kimotter 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
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: []