ruboty 1.0.0 → 1.0.1

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: b69e6bbd0f22fa38a315415f982cefaedc9479de
4
- data.tar.gz: e04ad81149bdc22459448f4be9fcb2ef7c7ef9c9
3
+ metadata.gz: a038fffc4592b923af64cc66d79d9920dc2ec408
4
+ data.tar.gz: c4d0de62fdf86a964aecacf4e43bafe60bc6dfb9
5
5
  SHA512:
6
- metadata.gz: ac7699d146309fe99651b0dc404d18bfe95c6f3e120f52ee49f07b24a10f0d78525d43f63a2307ce4eccfce9dce6c2e7bcfe306968d497f12529a82ec6d9de35
7
- data.tar.gz: 81be6ee67d8629f60e27aae92bb6672081e2b2a66a0bfda82044bf042d28c232f528e4f48414016f1c108547e49704aa16ac8fcef25c953f5541ebd86b4cf2e9
6
+ metadata.gz: 207e465a1581eb2ef59684c889e9a53318793da68b3ba81f891033a32f94d6e1bae38f880c3dc0e7d3467ffae9c924d5f7663a794cde17378ad136523167f159
7
+ data.tar.gz: 23ca966528eed7cd2ec7352db7ff8b7abea4c32cdd9750a13147954ca67776d568b8da2f6423c151207ad438be68edb133276365df8658443db0c83f17272d5e
@@ -1,3 +1,6 @@
1
+ ## 1.0.1
2
+ * Ignore if no Gemfile found in current directory or given path
3
+
1
4
  ## 1.0.0
2
5
  * Rename: Ellen -> Ruboty
3
6
 
data/README.md CHANGED
@@ -8,28 +8,23 @@ Ruby + Bot = Ruboty.
8
8
  ## Adapter
9
9
  Adapter hooks up your robot to chat services.
10
10
 
11
- * [Ruboty::Adapters::Hipchat](https://github.com/r7kamura/ruboty-hipchat)
12
- * [Ruboty::Adapters::Idobata](https://github.com/hanachin/ruboty-idobata)
13
- * [Ruboty::Adapters::Shell](https://github.com/r7kamura/ruboty/blob/master/lib/ruboty/adapters/shell.rb)
14
- * [Ruboty::Adapters::Slack](https://github.com/r7kamura/ruboty-slack)
15
- * [Ruboty::Adapters::Twitter](https://github.com/r7kamura/ruboty-twitter)
11
+ * [ruboty-hipchat](https://github.com/r7kamura/ruboty-hipchat)
12
+ * [ruboty-slack](https://github.com/r7kamura/ruboty-slack)
13
+ * [ruboty-twitter](https://github.com/r7kamura/ruboty-twitter)
16
14
 
17
15
  ## Brain
18
16
  Brain persists your robot's memory.
19
17
 
20
- * [Ruboty::Brains::Memory](https://github.com/r7kamura/ruboty/blob/master/lib/ruboty/brains/memory.rb)
21
- * [Ruboty::Brains::Redis](https://github.com/r7kamura/ruboty-redis)
18
+ * [ruboty-redis](https://github.com/r7kamura/ruboty-redis)
22
19
 
23
20
  ## Handler
24
21
  Handler provides various behaviors to your robot.
25
22
 
26
- * [Ruboty::Handlers::Alias](https://github.com/r7kamura/ruboty-alias)
27
- * [Ruboty::Handlers::Cron](https://github.com/r7kamura/ruboty-cron)
28
- * [Ruboty::Handlers::Github](https://github.com/r7kamura/ruboty-github)
29
- * [Ruboty::Handlers::GoogleImage](https://github.com/r7kamura/ruboty-google_image)
30
- * [Ruboty::Handlers::SyoboiCalendar](https://github.com/r7kamura/ruboty-syoboi_calendar)
31
- * [Ruboty::Handlers::Help](https://github.com/r7kamura/ruboty/blob/master/lib/ruboty/handlers/help.rb)
32
- * [Ruboty::Handlers::Ping](https://github.com/r7kamura/ruboty/blob/master/lib/ruboty/handlers/ping.rb)
23
+ * [ruboty-alias](https://github.com/r7kamura/ruboty-alias)
24
+ * [ruboty-cron](https://github.com/r7kamura/ruboty-cron)
25
+ * [ruboty-github](https://github.com/r7kamura/ruboty-github)
26
+ * [ruboty-google_image](https://github.com/r7kamura/ruboty-google_image)
27
+ * [ruboty-syoboi_calendar](https://github.com/r7kamura/ruboty-syoboi_calendar)
33
28
 
34
29
  ## Configuration
35
30
  Store configuration value in envorinment variables.
Binary file
@@ -50,6 +50,7 @@ module Ruboty
50
50
 
51
51
  def bundle
52
52
  Bundler.require
53
+ rescue Bundler::GemfileNotFound
53
54
  end
54
55
 
55
56
  def dotenv
@@ -1,3 +1,3 @@
1
1
  module Ruboty
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruboty
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
  - Ryo Nakamura
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-31 00:00:00.000000000 Z
11
+ date: 2014-06-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport