capistrano-lingr 0.0.1 → 0.0.2

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.
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  class Lingr
3
- VERSION = '0.0.1'
3
+ VERSION = '0.0.2'
4
4
  end
5
5
  end
@@ -25,7 +25,6 @@ describe Capistrano::Lingr do
25
25
  end
26
26
 
27
27
  it 'succeed to post' do
28
- #url = %r|.*lingr.com/api/room/say\?room=.*&bot=.*&text=.*&bot_verifier=.*|
29
28
  url = {
30
29
  :room => 'room_id',
31
30
  :bot => 'bot_id',
@@ -44,5 +43,5 @@ describe Capistrano::Lingr do
44
43
  it { subject.send(:verifier).should == 'e6681220943d0d1303b905dba26a7eecff2aeb58' }
45
44
  it { subject.send(:git_user).should == 'Hiroshi Yoshida'}
46
45
  it { subject.send(:text).should == 'test is deployed by Hiroshi Yoshida' }
47
- #http://lingr.com/api/room/say?room=room_id&bot=bot_id&text=test%20is%20deployed%20by%20Hiroshi%20Yoshida&bot_verifier=e6681220943d0d1303b905dba26a7eecff2aeb58
46
+
48
47
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-lingr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: