driftrock-service 0.4.0 → 0.4.1

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.
@@ -57,7 +57,6 @@ module Driftrock::Service::DriftrockModel
57
57
  def self.all_apps
58
58
  array_of_app_hashes = get_from_api_method.call("/apps", {},
59
59
  '/dashboard_api/visitor')
60
- array_of_app_hashes = array_of_app_hashes.symbolize_keys[:apps]
61
60
  array_of_app_hashes.map do |app_hash|
62
61
  app_hash.symbolize_keys!
63
62
  new(app_hash)
@@ -1,5 +1,5 @@
1
1
  module Driftrock
2
2
  module Service
3
- VERSION = "0.4.0"
3
+ VERSION = "0.4.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: driftrock-service
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.4.0
5
+ version: 0.4.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Max