opal-rollbar 1.0 → 1.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: 476341387f542953c32e7a7fab7f33d33ed30a16
4
- data.tar.gz: 278f279f60b18febabc54261700f6ccdbf23f48c
3
+ metadata.gz: 1867b7b635f5e5747a6c4e335f4e452b76f7c7fc
4
+ data.tar.gz: 64834e2a8a7a5e54579d4465fa9d4df2654bf58e
5
5
  SHA512:
6
- metadata.gz: aed952e969b3a00b8ca26e74890e5b2455e72d33b96810ae7b5783565891242da6cee413a7f147ce276d4fff235bf92deebbd1fd14f234f674c41a86bc36cea3
7
- data.tar.gz: 8c6d9877cce1579c5b5d2f89fe4852323d7109376c4b265bac5889c5045121572cd3253502fa6a87167bcc7d4d99c406ec5fdbe3e0bfa191a1e4272965f1b278
6
+ metadata.gz: b50a6daf52e9e8f8dcbd7058a2ba8c8e986bb1cf57c5b01891bdf0d6a7f89f1a36e8679c8d88d1a895876e9f722fa8de3d7a922fe18d5fce6297475166559c66
7
+ data.tar.gz: dfbd460d5f2d8d2d57b01d3dbb29acf1ced9872f781b0c0746e66e3c8b89de6d1d2efb2d6708a3cb481973dfd90008dc8cd1e88f56847bdd532d382fe81ede67
data/.gitignore CHANGED
File without changes
data/.rspec CHANGED
File without changes
File without changes
File without changes
data/Gemfile CHANGED
File without changes
@@ -0,0 +1,49 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ opal-rollbar (1.0)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ concurrent-ruby (1.0.5)
10
+ diff-lcs (1.2.5)
11
+ hike (1.2.3)
12
+ opal (0.9.4)
13
+ hike (~> 1.2)
14
+ sourcemap (~> 0.1.0)
15
+ sprockets (~> 3.1)
16
+ tilt (>= 1.4)
17
+ rack (1.5.5)
18
+ rake (10.4.2)
19
+ rspec (3.4.0)
20
+ rspec-core (~> 3.4.0)
21
+ rspec-expectations (~> 3.4.0)
22
+ rspec-mocks (~> 3.4.0)
23
+ rspec-core (3.4.4)
24
+ rspec-support (~> 3.4.0)
25
+ rspec-expectations (3.4.0)
26
+ diff-lcs (>= 1.2.0, < 2.0)
27
+ rspec-support (~> 3.4.0)
28
+ rspec-mocks (3.4.1)
29
+ diff-lcs (>= 1.2.0, < 2.0)
30
+ rspec-support (~> 3.4.0)
31
+ rspec-support (3.4.1)
32
+ sourcemap (0.1.1)
33
+ sprockets (3.6.3)
34
+ concurrent-ruby (~> 1.0)
35
+ rack (> 1, < 3)
36
+ tilt (2.0.8)
37
+
38
+ PLATFORMS
39
+ ruby
40
+
41
+ DEPENDENCIES
42
+ bundler (~> 1.16)
43
+ opal
44
+ opal-rollbar!
45
+ rake (~> 10.0)
46
+ rspec (~> 3.0)
47
+
48
+ BUNDLED WITH
49
+ 1.16.4
File without changes
data/README.md CHANGED
File without changes
data/Rakefile CHANGED
File without changes
File without changes
File without changes
@@ -1,3 +1,3 @@
1
- module Rollbar
2
- VERSION = "1.0"
1
+ module OpalRollbar
2
+ VERSION = "1.1"
3
3
  end
@@ -6,7 +6,7 @@ require "opal-rollbar/version"
6
6
 
7
7
  Gem::Specification.new do |spec|
8
8
  spec.name = "opal-rollbar"
9
- spec.version = '1.0'
9
+ spec.version = '1.1'
10
10
  spec.authors = ["jmenaguale22"]
11
11
  spec.email = ["jasonm@catprint.com"]
12
12
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opal-rollbar
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.0'
4
+ version: '1.1'
5
5
  platform: ruby
6
6
  authors:
7
7
  - jmenaguale22
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-02-14 00:00:00.000000000 Z
11
+ date: 2018-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -64,6 +64,7 @@ files:
64
64
  - ".rubocop.yml"
65
65
  - ".travis.yml"
66
66
  - Gemfile
67
+ - Gemfile.lock
67
68
  - LICENSE.txt
68
69
  - README.md
69
70
  - Rakefile
@@ -94,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
94
95
  version: '0'
95
96
  requirements: []
96
97
  rubyforge_project:
97
- rubygems_version: 2.6.8
98
+ rubygems_version: 2.6.14
98
99
  signing_key:
99
100
  specification_version: 4
100
101
  summary: Allows for Opal client-side Rollbar