comufyrails 0.1.0 → 0.1.1
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/lib/comufyrails/connection.rb +1 -0
- data/lib/comufyrails/version.rb +1 -1
- metadata +2 -2
@@ -1,5 +1,6 @@
|
|
1
1
|
require "em-synchrony"
|
2
2
|
require "em-synchrony/em-http"
|
3
|
+
require "comufyrails"
|
3
4
|
|
4
5
|
# This module contains asynchronous methods for contacting the +comufy.url+ specified in +Config+.
|
5
6
|
# It uses +em-synchrony+ and +EventMachine+ to achieve this, and therefore to be run asynchronously you
|
data/lib/comufyrails/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: comufyrails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -135,5 +135,5 @@ rubyforge_project:
|
|
135
135
|
rubygems_version: 1.8.24
|
136
136
|
signing_key:
|
137
137
|
specification_version: 3
|
138
|
-
summary: comufyrails-0.1.
|
138
|
+
summary: comufyrails-0.1.1
|
139
139
|
test_files: []
|