ruboty-gen 1.0.0 → 1.0.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: d4296ed15d7472275a2bcc990ddda81c76bf8b5a
4
- data.tar.gz: 93b57524f0c1d30d6b61d2d1aa8c18fdf315d04e
3
+ metadata.gz: e8ce64a8d28166b80c90de6fecce18854e1223b6
4
+ data.tar.gz: 066be0cf44a5a8e63363521c78f7a77658f65d50
5
5
  SHA512:
6
- metadata.gz: d199eee0c66cc90e70fc6bfdd310a287b641d8737d3cfef1216c41073cd3feb4071d0459ee2568227d0779111342f3d057f09b743f42e49b56b5bf4ae6766ad0
7
- data.tar.gz: 0b751bd64bbdd17afff5fef9691e84b905dc66717188ce73de39651ddd2afa79a82a3d12bdbc984e964d6f9d450020d5aaaa7ae08c358ade69a2dbaba97c7310
6
+ metadata.gz: 358d3e8b841f7136604c927b2e87369ba13d635122210bddac62f989408aa14839f58e2c909227d70839e26b9ddff43eac5498c35c8c9d1c6a51065c8691ff0a
7
+ data.tar.gz: 6c747f934ec84cdc41a1eefbf4f9e23be4718b1bfdf4381df6e8087cf1b912915918d00cea8f683a1d9a0944c9442c3714da50289b2f65482e092d08556c377b
data/README.md CHANGED
@@ -20,7 +20,43 @@ Or install it yourself as:
20
20
 
21
21
  ## Usage
22
22
 
23
- $ bundle exec ruboty-gen yo
23
+ ```
24
+ ∩ ∩ ∠ i’m at ~/src/github.com/blockgiven
25
+ ( ╹x╹) ruboty-gen gem yo
26
+ create ruboty-yo/Gemfile
27
+ create ruboty-yo/Rakefile
28
+ create ruboty-yo/LICENSE.txt
29
+ create ruboty-yo/README.md
30
+ create ruboty-yo/.gitignore
31
+ create ruboty-yo/ruboty-yo.gemspec
32
+ create ruboty-yo/lib/ruboty/yo.rb
33
+ create ruboty-yo/lib/ruboty/yo/version.rb
34
+ Initializing git repo in /Users/block_given/src/github.com/blockgiven/ruboty-yo
35
+ create ruboty-yo/lib/ruboty/handlers/yo.rb
36
+ create ruboty-yo/lib/ruboty/yo/actions/yo.rb
37
+ ∩ ∩ ∠ i’m at ~/src/github.com/blockgiven
38
+ ( ╹x╹) cd ruboty-yo
39
+ ∩ ∩ ∠ i’m at ~/src/github.com/blockgiven/ruboty-yo [master] ✗
40
+ ( ╹x╹) tree
41
+ .
42
+ ├── Gemfile
43
+ ├── LICENSE.txt
44
+ ├── README.md
45
+ ├── Rakefile
46
+ ├── lib
47
+ │   └── ruboty
48
+ │   ├── handlers
49
+ │   │   └── yo.rb
50
+ │   ├── yo
51
+ │   │   ├── actions
52
+ │   │   │   └── yo.rb
53
+ │   │   └── version.rb
54
+ │   └── yo.rb
55
+ └── ruboty-yo.gemspec
56
+
57
+ 5 directories, 9 files
58
+ ```
59
+
24
60
 
25
61
  ## Contributing
26
62
 
@@ -1,5 +1,5 @@
1
1
  module Ruboty
2
2
  module Gen
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
@@ -3,7 +3,7 @@ module Ruboty
3
3
  module Actions
4
4
  class <%= config[:ruboty_plugin_constant_name] %> < Ruboty::Actions::Base
5
5
  def call
6
- message.reply("@#{message.from_name} TODO: write a message.")
6
+ message.reply("TODO: write a message.")
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruboty-gen
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - block_given?
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-11 00:00:00.000000000 Z
11
+ date: 2014-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -100,3 +100,4 @@ signing_key:
100
100
  specification_version: 4
101
101
  summary: generators for creating ruboty plugin.
102
102
  test_files: []
103
+ has_rdoc: