streambot 1.0.0.rc1 → 1.0.0.rc2

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.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. metadata +2 -2
data/Rakefile CHANGED
@@ -13,7 +13,7 @@ begin
13
13
  gem.require_path = 'lib'
14
14
  gem.files = %w(Rakefile) + Dir.glob("{lib}/**/*") + %w(VERSION)
15
15
  # the runtime dependencies
16
- gem.add_runtime_dependency "twistream", "~> 0.2.3"
16
+ gem.add_runtime_dependency "twistream", "~> 0.2.4"
17
17
  gem.add_runtime_dependency "oauth","~> 0.4.0"
18
18
  # the development dependencies
19
19
  gem.add_development_dependency "bundler", "~> 1.0.0"
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0.rc1
1
+ 1.0.0.rc2
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: streambot
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 6
5
- version: 1.0.0.rc1
5
+ version: 1.0.0.rc2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Sascha Wessel
@@ -21,7 +21,7 @@ dependencies:
21
21
  requirements:
22
22
  - - ~>
23
23
  - !ruby/object:Gem::Version
24
- version: 0.2.3
24
+ version: 0.2.4
25
25
  type: :runtime
26
26
  version_requirements: *id001
27
27
  - !ruby/object:Gem::Dependency