motion-hockeyapp 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. data/README.rdoc +2 -2
  2. metadata +1 -1
data/README.rdoc CHANGED
@@ -28,10 +28,10 @@ and be submitted to the HockeyApp platform.
28
28
  # ...
29
29
  app.development do
30
30
  if app.hockeyapp?
31
- app.identifier = 'com.localini.Localini.adhoc'
31
+ app.identifier = 'com.your.App.adhoc'
32
32
  # ...
33
33
  else
34
- app.identifier = 'com.localini.Localini.debug'
34
+ app.identifier = 'com.your.App.debug'
35
35
  # ...
36
36
  end
37
37
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-hockeyapp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: