rhoconnect 3.3.1.beta3 → 3.3.1.beta4
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.
- data/CHANGELOG.md +3 -0
- data/Gemfile.lock +1 -1
- data/generators/templates/application/Gemfile +1 -0
- data/lib/rhoconnect/version.rb +1 -1
- metadata +2 -2
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -4,6 +4,7 @@ gem 'rhoconnect', '<%=gem_version%>'
|
|
|
4
4
|
|
|
5
5
|
# Helps with some of the limitations of green threads, not needed in ruby 1.9.x
|
|
6
6
|
gem 'SystemTimer', '~> 1.2.3', :platforms => :ruby_18
|
|
7
|
+
gem 'windows-pr', '1.2.1', :platforms => [:mswin, :mingw]
|
|
7
8
|
gem 'win32-process', :platforms => [:mswin, :mingw]
|
|
8
9
|
|
|
9
10
|
# use thin and eventmachine everywhere except JRuby
|
data/lib/rhoconnect/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rhoconnect
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.3.1.
|
|
4
|
+
version: 3.3.1.beta4
|
|
5
5
|
prerelease: 6
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -691,7 +691,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
691
691
|
version: '0'
|
|
692
692
|
segments:
|
|
693
693
|
- 0
|
|
694
|
-
hash: -
|
|
694
|
+
hash: -4302792357951821019
|
|
695
695
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
696
696
|
none: false
|
|
697
697
|
requirements:
|