bot_framework 0.1.0beta2 → 0.1.0

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: 1c07215bb82060edbbd21768944bfb0ec1ff09e7
4
- data.tar.gz: c6a1f2a54951dbda6a127986d4dd258aba8054c4
3
+ metadata.gz: 5b0a29022152769ff4f2f07b61694d48cfe8eb6e
4
+ data.tar.gz: 2e08bc164232672ac3764c44f322d4c8d0bee0e9
5
5
  SHA512:
6
- metadata.gz: 809d65ce001086add7ebc2d998d2610b59989cd6799b5ed9813c6149b5dc2db8ddc75b0c7a35bb326d5bcc6a7f3c0a38d0f09a244e658eecd38f2bef22dc2c8f
7
- data.tar.gz: a3939ddc90d7d1473ccbdb43ef4d00f867e6e56fb3623bf7a59456065a03e0d21a7c657dd769b14c9ff207a5530bf0bb389684cfc4ce8ad3eb1a68cdba97bf12
6
+ metadata.gz: 0075c279f78016345fa731ba5424aa69a24226392d6009c7eb622b77d0517d3f46f0803feede0af99bdb185b35fd2dcf2f48301f8b5f944ca9f4cdad92a49ed3
7
+ data.tar.gz: e4be7869cf4b21d5cf8931b04b5367aca67d30ed45c6d3d9520b31548277134438f74fbadc272c88e57ddc3c4b7e81f2585020f88e1566f79726afde15b26ab8
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = 'Ruby client for microsoft botframework .'
13
13
  spec.description = 'Unofficial ruby client for microsoft botframework'
14
- spec.homepage = 'https://github.com/tachyons/bot-framework-ruby'
14
+ spec.homepage = 'https://github.com/tachyons/botframework-ruby'
15
15
  spec.license = 'MIT'
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
@@ -9,10 +9,10 @@ GIT
9
9
 
10
10
  GIT
11
11
  remote: git://github.com/tachyons/botframework-ruby.git
12
- revision: 6970d4c6d2fe9c13e2425194dbc2b47627e35f5e
12
+ revision: da69ae3b95d576479beec6b3a72827f2f31099c2
13
13
  branch: master
14
14
  specs:
15
- bot_framework (0.1.0beta)
15
+ bot_framework (0.1.0beta2)
16
16
  chronic
17
17
  chronic_duration
18
18
  httparty
@@ -1,3 +1,3 @@
1
1
  module BotFramework
2
- VERSION = '0.1.0beta2'.freeze
2
+ VERSION = '0.1.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bot_framework
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0beta2
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aboobacker MK
@@ -275,7 +275,7 @@ files:
275
275
  - lib/bot_framework/universal_bot.rb
276
276
  - lib/bot_framework/util.rb
277
277
  - lib/bot_framework/version.rb
278
- homepage: https://github.com/tachyons/bot-framework-ruby
278
+ homepage: https://github.com/tachyons/botframework-ruby
279
279
  licenses:
280
280
  - MIT
281
281
  metadata: {}
@@ -290,12 +290,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
290
290
  version: 2.2.0
291
291
  required_rubygems_version: !ruby/object:Gem::Requirement
292
292
  requirements:
293
- - - ">"
293
+ - - ">="
294
294
  - !ruby/object:Gem::Version
295
- version: 1.3.1
295
+ version: '0'
296
296
  requirements: []
297
297
  rubyforge_project:
298
- rubygems_version: 2.6.8
298
+ rubygems_version: 2.6.11
299
299
  signing_key:
300
300
  specification_version: 4
301
301
  summary: Ruby client for microsoft botframework .