teamsnap_rb 1.3.0 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f5c247d6f1854cf336cecb619650aeee8874707f
4
- data.tar.gz: 3a025c42980dad4d3da35f8795360042e157388a
3
+ metadata.gz: b086ef42735ed31dcf430182d0672d37e2bf01d0
4
+ data.tar.gz: d872e679e859703504cebd0ab4790baaa1e24a1c
5
5
  SHA512:
6
- metadata.gz: 4053c6f511dd48f576400bf8283cca14a01ff46b3677341392dc772724142e126b81bb1a5c0eb0dbbb255415aac1d47e8d2d5b28891474738598fa44b68e4ef5
7
- data.tar.gz: 86e36409184178ef0c1397c4e5cc10bf34ac31232bfdaca7b362d19a538a283d8a491b704d77ed65be7f8c4be8e490c3f685b5ca8d4d86d9001593b3cff07cfc
6
+ metadata.gz: 4cc6d5605c806c9a62514bc36eb46b4a0ff9a3c7492b67446f9474f67134beacd0318197abaddf985acee3533f5cd789b2521a649454422dc92a2c9dee1029e0
7
+ data.tar.gz: e498e77cd82399c6dc44c5e642815cb2a69ddf9d7501c10bc4ea9a581f5db8d12ae1c793c6502811c2a3154ba4855218e9692983433255ccd555f8bedc115ec2
data/lib/teamsnap.rb CHANGED
@@ -20,6 +20,7 @@ Faraday::Request.register_middleware(
20
20
  )
21
21
 
22
22
  Inflecto.inflections do |inflect|
23
+ inflect.irregular "broadcast_sms", "broadcast_smses"
23
24
  inflect.irregular "member_preferences", "member_preferences"
24
25
  inflect.irregular "member_preferences", "members_preferences"
25
26
  inflect.irregular "opponent_results", "opponent_results"
@@ -1,3 +1,3 @@
1
1
  module TeamSnap
2
- VERSION = "1.3.0"
2
+ VERSION = "1.3.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: teamsnap_rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shane Emmons
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-06-09 00:00:00.000000000 Z
12
+ date: 2015-06-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake