lc-api 0.9.5 → 0.9.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  module LcApi
2
2
  class Location < Resource
3
- ATTRIBUTES = %w[id slug facebook_id street_1 street_2 city state zip latitude longitude phone email date_founded]
3
+ ATTRIBUTES = %w[id slug facebook_id street_1 street_2 city state zip latitude longitude phone email date_founded staff]
4
4
  define_attribute_methods(ATTRIBUTES)
5
5
  end
6
6
  end
@@ -1,6 +1,6 @@
1
1
  module LcApi
2
2
  class Message < Resource
3
- ATTRIBUTES = %w[id title part length series_id speaker_id resource_url youversionlive_id date_released formats]
3
+ ATTRIBUTES = %w[id title part length series_id speaker_id resource_url youversionlive_id date_released formats series speaker]
4
4
  define_attribute_methods(ATTRIBUTES)
5
5
  end
6
6
  end
@@ -1,6 +1,6 @@
1
1
  module LcApi
2
2
  class Series < Resource
3
- ATTRIBUTES = %w[id title description hashtag slug parts promo viewable start_date end_date]
3
+ ATTRIBUTES = %w[id title description hashtag slug parts promo viewable start_date end_date messages]
4
4
  define_attribute_methods(ATTRIBUTES)
5
5
  end
6
6
  end
@@ -1,6 +1,6 @@
1
1
  module LcApi
2
2
  class Speaker < Resource
3
- ATTRIBUTES = %w[id name bio org_url org_name personal_url]
3
+ ATTRIBUTES = %w[id name bio org_url org_name personal_url messages]
4
4
  define_attribute_methods(ATTRIBUTES)
5
5
  end
6
6
  end
@@ -1,6 +1,6 @@
1
1
  module LcApi
2
2
  class Staff < Resource
3
- ATTRIBUTES = %w[id name role email facebook_id location_id]
3
+ ATTRIBUTES = %w[id name role email facebook_id location_id location]
4
4
  define_attribute_methods(ATTRIBUTES)
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lc-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.5
4
+ version: 0.9.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: