mina-skype 0.1.3 → 0.1.4

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: a94c41081e3b52bfaafb773bfb200abfdd66125e
4
- data.tar.gz: b2242a89254738324d82bf1ba1cfcce1d841419a
3
+ metadata.gz: 0dddea00e0b867220ccaa8670fdd42178a30cd1c
4
+ data.tar.gz: 0ff510c9e5845d36748782f71cb6369718493fde
5
5
  SHA512:
6
- metadata.gz: fd22c03e68eeee9771dbc121fb59f0dba059d5d6dfa8c892a18bfe4bd473b499c901fd791a9931abd9fa704ec8bdb34af1210466fc1955a756efec196768c453
7
- data.tar.gz: 67d14a32b73cf7578dc6d5f2e0fad8caac1b6eda4dcdcdaf6e57f19270fcf20d711bcdc0acb3e85138fccf3022f67db17b0a6430ac19a6de06fac33cdcee6bd6
6
+ metadata.gz: 7a2e727df50471f72d3426692ed06aa7da4fbaac5cb9228685eb022ac46709817839ecce76ae90e978510cd13a406d46e443d0c281ba965303873ec49619b3be
7
+ data.tar.gz: 88013a83313d4d1642bf686b1165893ed5622aefd83c8f273d6416f9085d421da56528d68242f44a1363934bd8d1915f8f4621c9897dd6eeeab267d479bd7170
@@ -4,8 +4,8 @@ set :skype_app_secret, -> { ENV['SKYPE_APP_SECRET'] } unless set?(:skype_ap
4
4
  set :skype_conversation_id, -> { ENV['SKYPE_CONVERSATION_ID'] } unless set?(:skype_conversation_id)
5
5
 
6
6
  # Optional
7
- set :skype_application, -> { ENV['SKYPE_APPLICATION'] || application } unless set?(:skype_application)
7
+ set :skype_application, -> { ENV['SKYPE_APPLICATION'] || fetch(:application) } unless set?(:skype_application)
8
8
 
9
9
  # Git
10
10
  set :deployer, -> { ENV['GIT_AUTHOR_NAME'] || %x[git config user.name].chomp } unless set?(:deployer)
11
- set :deployed_revision, -> { ENV['GIT_COMMIT'] || %x[git rev-parse #{branch} unless set?()].strip } unless set?(:deployed_revision)
11
+ set :deployed_revision, -> { ENV['GIT_COMMIT'] || %x[git rev-parse #{fetch(:branch)} unless set?()].strip } unless set?(:deployed_revision)
@@ -1,5 +1,5 @@
1
1
  module Mina
2
2
  module Skype
3
- VERSION = '0.1.3'
3
+ VERSION = '0.1.4'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mina-skype
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Star Chow