usercycle 0.1.2 → 0.1.3

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.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- usercycle (0.1.0)
4
+ usercycle (0.1.3)
5
5
  httparty (>= 0.8.1)
6
6
 
7
7
  GEM
@@ -30,7 +30,6 @@ module Usercycle
30
30
  # @client.event.create(@params)
31
31
  #
32
32
  def create(params)
33
- raise UnsupportedEvent unless SUPPORTED_EVENTS.include? params[:action_name].to_s
34
33
  options = { :body => params }
35
34
  @client.class.post('/events.json', options)
36
35
  end
@@ -1,3 +1,3 @@
1
1
  module Usercycle
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: usercycle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-31 00:00:00.000000000 Z
12
+ date: 2012-09-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: httparty
16
- requirement: &70298770811740 !ruby/object:Gem::Requirement
16
+ requirement: &70233054722760 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 0.8.1
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70298770811740
24
+ version_requirements: *70233054722760
25
25
  description: Ruby Libray for interating with the USERCycle API
26
26
  email:
27
27
  - calebawoods@gmail.com