bot_framework 0.1.0beta2 → 0.1.0
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 +4 -4
- data/bot_framework.gemspec +1 -1
- data/examples/ruby_conf/Gemfile.lock +2 -2
- data/lib/bot_framework/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5b0a29022152769ff4f2f07b61694d48cfe8eb6e
|
|
4
|
+
data.tar.gz: 2e08bc164232672ac3764c44f322d4c8d0bee0e9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0075c279f78016345fa731ba5424aa69a24226392d6009c7eb622b77d0517d3f46f0803feede0af99bdb185b35fd2dcf2f48301f8b5f944ca9f4cdad92a49ed3
|
|
7
|
+
data.tar.gz: e4be7869cf4b21d5cf8931b04b5367aca67d30ed45c6d3d9520b31548277134438f74fbadc272c88e57ddc3c4b7e81f2585020f88e1566f79726afde15b26ab8
|
data/bot_framework.gemspec
CHANGED
|
@@ -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/
|
|
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:
|
|
12
|
+
revision: da69ae3b95d576479beec6b3a72827f2f31099c2
|
|
13
13
|
branch: master
|
|
14
14
|
specs:
|
|
15
|
-
bot_framework (0.1.
|
|
15
|
+
bot_framework (0.1.0beta2)
|
|
16
16
|
chronic
|
|
17
17
|
chronic_duration
|
|
18
18
|
httparty
|
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.
|
|
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/
|
|
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:
|
|
295
|
+
version: '0'
|
|
296
296
|
requirements: []
|
|
297
297
|
rubyforge_project:
|
|
298
|
-
rubygems_version: 2.6.
|
|
298
|
+
rubygems_version: 2.6.11
|
|
299
299
|
signing_key:
|
|
300
300
|
specification_version: 4
|
|
301
301
|
summary: Ruby client for microsoft botframework .
|