tonycoco-eventfulapi 2.2.2 → 2.2.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/eventful.rb +3 -0
  2. metadata +2 -1
data/lib/eventful.rb ADDED
@@ -0,0 +1,3 @@
1
+ require 'rubygems'
2
+
3
+ require 'eventful/api'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tonycoco-eventfulapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.2
4
+ version: 2.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eventful
@@ -42,6 +42,7 @@ extra_rdoc_files: []
42
42
 
43
43
  files:
44
44
  - README
45
+ - lib/eventful.rb
45
46
  - lib/eventful
46
47
  - lib/eventful/api.rb
47
48
  has_rdoc: true