togglv8-ng 1.4.0

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 4a0fdef46b6b0d9c78b086531afb7203979f08e06ad9e6addad862cf2e7d5082
4
+ data.tar.gz: 7e238be765cddd66d3fad2f071191f2332bdb96eb23c328cb4999645030f2c07
5
+ SHA512:
6
+ metadata.gz: 25dbd69ecdb24184317a56aa87f26579b6201c1d9f0743deb6dd7ef3b7be14a5218228c728441f1aa336897ef24dda7e3d98b7b86e4e0a34dacdfa6b82440257
7
+ data.tar.gz: 60c934ede89a017846c21f9a6602646336f2288068c49980052dfc3a0be82f7934dfbfd332bfbfc27d215ec5c2db83aebc67bb07c44ae3c6a42916542b7d4d09
data/.codeclimate.yml ADDED
@@ -0,0 +1,16 @@
1
+ ---
2
+ engines:
3
+ duplication:
4
+ enabled: true
5
+ config:
6
+ languages:
7
+ - ruby
8
+ fixme:
9
+ enabled: true
10
+ rubocop:
11
+ enabled: true
12
+ ratings:
13
+ paths:
14
+ - "**.rb"
15
+ exclude_paths:
16
+ - spec/
data/.coveralls.yml ADDED
@@ -0,0 +1 @@
1
+ repo_token: D1ZrNoAoVUgrr8B1KvO8ky8jUpFftVJfH
data/.gitignore ADDED
@@ -0,0 +1,4 @@
1
+ Gemfile.lock
2
+ coverage/
3
+ doc/
4
+ pkg/
data/.rdoc_options ADDED
@@ -0,0 +1,23 @@
1
+ --- !ruby/object:RDoc::Options
2
+ encoding: UTF-8
3
+ static_path: []
4
+ rdoc_include:
5
+ - "."
6
+ - "/Users/tk/src/togglv8"
7
+ charset: UTF-8
8
+ exclude:
9
+ hyperlink_all: false
10
+ line_numbers: false
11
+ locale:
12
+ locale_dir: locale
13
+ locale_name:
14
+ main_page: README.md
15
+ markup: tomdoc
16
+ output_decoration: true
17
+ page_dir:
18
+ show_hash: false
19
+ tab_width: 8
20
+ template_stylesheets: []
21
+ title: Toggl V8
22
+ visibility: :protected
23
+ webcvs:
data/.rspec ADDED
@@ -0,0 +1 @@
1
+ --require spec_helper