comufyrails 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
@@ -1,4 +1,4 @@
1
1
  module Comufyrails
2
2
  # Current version of this gem.
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
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.0
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.0
138
+ summary: comufyrails-0.1.1
139
139
  test_files: []