sqreen 0.7.01461767359-java → 0.7.01461829538-java

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: db191f9872ebfe2e528c51a2fdd1580074ef3d08
4
- data.tar.gz: a8df97a9ded5211a4ae07514dfb6b7baf4fc09c4
3
+ metadata.gz: 089ebef13f2e8cbf95787194622cdfb8da9c3cbd
4
+ data.tar.gz: 6c7fd9c9f0bf9876b77e2fd83763dc1e1fc45a50
5
5
  SHA512:
6
- metadata.gz: 26a1d61e251cce9263b8e646bd6aed4d2707ba42a3a83ee966e34e07a0e3a17e88995cac1ee0bd623305029fa6bb34702aae01787e1ab863071c71f98b9b5cae
7
- data.tar.gz: 8c356d0f0f643b35b14b3d6679fafc34c7e266b73e9e5b6e9ac8ccc0a276f6a4cb45fb562b78b4fcf667f403d806ec8260cdc9a05337f1185414e3abe2381f9c
6
+ metadata.gz: 973fc7f7c1a82713e833d95721b0a86d63b065e8bb6eb65ccd38dd9d46297cbb97534767b0b5676af960b3c667c0ce633b18124bd341abb9fb74a4e0cf9ac5a9
7
+ data.tar.gz: 2aa02a636e425af3627a5ae6fa7c6268fe4173ce80540f8173fb3d3f397f2eefa22e34d8ee38c301ba099d87052159817b3ee22020253482b7b6bbada727dfb4
data/README.md CHANGED
@@ -75,24 +75,3 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
75
75
  ## Contributing
76
76
 
77
77
  Bug reports and pull requests are welcome on GitHub at https://github.com/sqreen/RubyAgent. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
78
-
79
- ## Releasing
80
-
81
- Linux builds are handled by Jenkins.
82
-
83
- For OSX builds, you need to first release the gem with Jenkins, which will
84
- generate a gem name wuch as `sqreen-0.7.01461158029-java.gem`. The
85
- `BUILD_SUFFIX` is in this case `1461158029`.
86
-
87
- ```shell
88
- $ git checkout gem-0.7.01461158029 # use the same source code version
89
- $ rbenv shell <ruby_version> # may be darwin specific
90
- $ export BUILD_SUFFIX=1461158029
91
- $ rbenv exec rake build
92
- ```
93
-
94
- The binary gem should be released in:
95
- ```
96
- pkg/sqreen-0.7.01461158029-x86_64-darwin-15.gem
97
- ```
98
-
@@ -4,18 +4,7 @@
4
4
  if defined?(::JRUBY_VERSION)
5
5
  require 'rhino'
6
6
  else
7
- begin
8
- require 'therubyracer'
9
- rescue LoadError => e
10
- if RUBY_PLATFORM['darwin']
11
- if defined?(ExecJS::Runtimes::JavaScriptCore) &&
12
- ExecJS::Runtimes::JavaScriptCore.available?
13
- ExecJS.runtime = ExecJS::Runtimes::JavaScriptCore
14
- else
15
- raise e
16
- end
17
- end
18
- end
7
+ require 'therubyracer'
19
8
  end
20
9
 
21
10
  require 'execjs'
@@ -2,5 +2,5 @@
2
2
  # Please refer to our terms for more information: https://www.sqreen.io/terms.html
3
3
  # Warning This file is auto generated! DO NOT edit.
4
4
  module Sqreen
5
- VERSION = "0.7.01461767359".freeze
5
+ VERSION = "0.7.01461829538".freeze
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sqreen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.01461767359
4
+ version: 0.7.01461829538
5
5
  platform: java
6
6
  authors:
7
7
  - Sqreen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-27 00:00:00.000000000 Z
11
+ date: 2016-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: execjs