restpack_activity 0.0.7 → 0.0.8

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 78a83e44dd48091b097197d6364e09e283512ca9
4
- data.tar.gz: 77b177e9fc4b919e3d32b5075198d08e6551919b
3
+ metadata.gz: 07b295fb54ee3b6f819921e11c857a100cb384a7
4
+ data.tar.gz: eff7d7bc32d1f886bda13e350cc1b145c19f32de
5
5
  SHA512:
6
- metadata.gz: cb4c30d671916dfc61279c1d3693e9a78982d3f1351bfe6aa1e090f4ade023685668112ac6e056a6c62f97fc6e5d813a15a6d67854fbdc21ae8668a86829d702
7
- data.tar.gz: dcb4a6c27cd0564fd3be7f967f5b0d575cc3a0d6dcdfd18e67b75ded6c56c490800412106e2736dca3d66b5fb101669d304705a1c644c63f87e68f45dd537b6f
6
+ metadata.gz: ff8a9eb6e6a02eabe87585148bdd236b4fa20c803bc0ad400b585e5ce1a1df6ab8440d572a3b54d8f44bfcc3bc565fc8e62476b36aaa3b01502a9853fad2cdc7
7
+ data.tar.gz: ba87bd7eb7f51a706699b31a5d062aedc97515fcb22126c389f66a093efdba05f66937a3a2d1e0677fa515b75cf332999ac5f81d7a99b65e06ca06f8ac13a814
@@ -38,7 +38,7 @@ module RestPack::Activity::Proxies
38
38
  end
39
39
 
40
40
  def self.destroy(id)
41
- response = Commands::Activities::Activity::Destry.run({
41
+ response = Commands::Activities::Activity::Destroy.run({
42
42
  id: id,
43
43
  application_id: RestPack::Activity.config.application_id
44
44
  })
@@ -1,5 +1,5 @@
1
1
  module RestPack
2
2
  module Activity
3
- VERSION = "0.0.7"
3
+ VERSION = "0.0.8"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: restpack_activity
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gavin Joyce
@@ -182,7 +182,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
182
182
  version: '0'
183
183
  requirements: []
184
184
  rubyforge_project:
185
- rubygems_version: 2.0.7
185
+ rubygems_version: 2.0.5
186
186
  signing_key:
187
187
  specification_version: 4
188
188
  summary: A client gem to the activity service