dog-bot 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Gemfile.lock +4 -8
  2. data/bin/dog-test +1 -0
  3. data/dog.gemspec +1 -1
  4. metadata +2 -2
@@ -1,10 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dog-bot (0.1.2)
4
+ dog-bot (0.1.4)
5
5
  blather (~> 0.8.0)
6
6
  google_image_api (~> 0.0.1)
7
- rufus-scheduler (~> 2.0.17)
8
7
 
9
8
  GEM
10
9
  remote: https://rubygems.org/
@@ -12,13 +11,13 @@ GEM
12
11
  activesupport (3.2.13)
13
12
  i18n (= 0.6.1)
14
13
  multi_json (~> 1.0)
15
- blather (0.8.5)
14
+ blather (0.8.3)
16
15
  activesupport (>= 2.3.11)
17
16
  eventmachine (>= 1.0.0)
18
17
  girl_friday
19
18
  niceogiri (~> 1.0)
20
19
  nokogiri (~> 1.5, >= 1.5.6)
21
- connection_pool (1.1.0)
20
+ connection_pool (1.0.0)
22
21
  eventmachine (1.0.3)
23
22
  girl_friday (0.11.2)
24
23
  connection_pool (~> 1.0)
@@ -27,7 +26,7 @@ GEM
27
26
  i18n (0.6.1)
28
27
  mini_portile (0.5.0)
29
28
  multi_json (1.7.7)
30
- niceogiri (1.1.2)
29
+ niceogiri (1.1.1)
31
30
  nokogiri (~> 1.5)
32
31
  nokogiri (1.6.0)
33
32
  mini_portile (~> 0.5.0)
@@ -35,9 +34,6 @@ GEM
35
34
  rubinius-actor (0.0.2)
36
35
  rubinius-core-api
37
36
  rubinius-core-api (0.0.1)
38
- rufus-scheduler (2.0.19)
39
- tzinfo (>= 0.3.23)
40
- tzinfo (1.0.1)
41
37
 
42
38
  PLATFORMS
43
39
  ruby
@@ -8,6 +8,7 @@ unless ARGV.count >= 1
8
8
  exit 1
9
9
  end
10
10
 
11
+ $VERBOSE = nil
11
12
  config_path = ARGV.first
12
13
  message = ARGV[1..-1].join(" ")
13
14
 
@@ -12,7 +12,7 @@
12
12
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
13
13
  gem.name = "dog-bot"
14
14
  gem.require_paths = ["lib"]
15
- gem.version = "0.1.4"
15
+ gem.version = "0.1.5"
16
16
 
17
17
  gem.add_dependency "blather", "~> 0.8.0"
18
18
  gem.add_dependency "google_image_api", "~> 0.0.1"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dog-bot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-28 00:00:00.000000000 Z
12
+ date: 2013-07-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: blather