newrelic-ping 0.2.0 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f25dbdfd92b986db34848021afd44f29e94ffa91
4
- data.tar.gz: 71de7e2ae98321825660bae4106a4e9a60fb4e18
3
+ metadata.gz: 4db07325ac5b287b7cb907cc07b3948304906859
4
+ data.tar.gz: 2a20948698a81b0e8b30b7437518240a1bd119b6
5
5
  SHA512:
6
- metadata.gz: a3d3071c31a427e31d2a42002113a5d5064a370487ce14d7eece915947262c191df57611008655b0d2945a01d0dc3f272fb0077b0c59e86257efcb4f63ba0f80
7
- data.tar.gz: f290f54fd8e5182d60f8ca3b615bfe92102de5d616aedd8dc9306b44e3961955c01e22538c5f68002e7fe86358a62a6d0af5f6b7dc3016388b3eef92e21bd563
6
+ metadata.gz: dc9ed2c353e1cb24a645717bd5811d3f6d6785ed872d83fa8abee02a1b2c2d1a61a42afe8bc4b598df733a9f3bb8397a0829c20c607a137d61bd1d7c610b4c5d
7
+ data.tar.gz: 662c1687ca0bc8b1a15673082571a0eb53fd92370db2c82dd2a209a9c17dc5058f2b45c2270df1d57f10f7f760264dde59464b8cedc4000553204a1813bf701f
data/.gitignore CHANGED
@@ -0,0 +1,50 @@
1
+ *.gem
2
+ *.rbc
3
+ /.config
4
+ /coverage/
5
+ /InstalledFiles
6
+ /pkg/
7
+ /spec/reports/
8
+ /spec/examples.txt
9
+ /test/tmp/
10
+ /test/version_tmp/
11
+ /tmp/
12
+
13
+ # Used by dotenv library to load environment variables.
14
+ # .env
15
+
16
+ ## Specific to RubyMotion:
17
+ .dat*
18
+ .repl_history
19
+ build/
20
+ *.bridgesupport
21
+ build-iPhoneOS/
22
+ build-iPhoneSimulator/
23
+
24
+ ## Specific to RubyMotion (use of CocoaPods):
25
+ #
26
+ # We recommend against adding the Pods directory to your .gitignore. However
27
+ # you should judge for yourself, the pros and cons are mentioned at:
28
+ # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
29
+ #
30
+ # vendor/Pods/
31
+
32
+ ## Documentation cache and generated files:
33
+ /.yardoc/
34
+ /_yardoc/
35
+ /doc/
36
+ /rdoc/
37
+
38
+ ## Environment normalization:
39
+ /.bundle/
40
+ /vendor/bundle
41
+ /lib/bundler/man/
42
+
43
+ # for a library or gem, you might want to ignore these files since the code is
44
+ # intended to run in multiple environments; otherwise, check them in:
45
+ # Gemfile.lock
46
+ # .ruby-version
47
+ # .ruby-gemset
48
+
49
+ # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
50
+ .rvmrc
@@ -1,3 +1,3 @@
1
1
  module NewRelicPing
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: newrelic-ping
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leon Hooijer