tractive 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1b305885e7567a145dc78a8185cd6d4f8d8389f40abf8aac87ff4ae02dec108b
4
- data.tar.gz: 1611f6914e94894f5458b71bb1d59d3fcf7e004959242d803e067f863a36f4f7
3
+ metadata.gz: fb568a67bbfcc96cca6de822691aeeb5209a063317d58a824e67776cd5fe9cb9
4
+ data.tar.gz: e5870f1b8715a509ff8ec03c8c478d6894ce2e53d0ca704bb40f1aa1e439b880
5
5
  SHA512:
6
- metadata.gz: 275ca097252255c2853c147f6e9d0890ff606fd2bc3a0cb39afaaadba6e11c70d2425d0b24d849193cea563f20f82c83a7a885857550566bb7b1fd61f92c89ba
7
- data.tar.gz: 06f34858165d8202fabbc16ae7f3cce721f668fef78fe39acee4ffefb864e873d22dea68a9b11644b08cf776062f3974272e11726248fca0099fb4852eb60ed6
6
+ metadata.gz: 96ea4aef128a8084e0905b2f787ba70270ea1dc8651451cbdb08a9e0e792975a1d18b7ee2042aa4ec5ea0ac5cb9e075e1c4c4cd82eb355bdf09b767377fbdae8
7
+ data.tar.gz: 51a5011d41d626e5e9a6ecbd7cf9c096e172fe4539523777ddafa3d1132e5919a8285db1048f7594b7e559f50f25437315584425936774d29ccb536ce0356714
data/.ruby-gemset ADDED
@@ -0,0 +1 @@
1
+ tractive
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 2.7.0
data/Gemfile.lock ADDED
@@ -0,0 +1,100 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ tractive (1.0.1)
5
+ mysql2
6
+ ox
7
+ rest-client
8
+ sequel
9
+ sqlite3
10
+ thor
11
+
12
+ GEM
13
+ remote: https://rubygems.org/
14
+ specs:
15
+ addressable (2.8.0)
16
+ public_suffix (>= 2.0.2, < 5.0)
17
+ ast (2.4.2)
18
+ coderay (1.1.3)
19
+ crack (0.4.5)
20
+ rexml
21
+ diff-lcs (1.4.4)
22
+ domain_name (0.5.20190701)
23
+ unf (>= 0.0.5, < 1.0.0)
24
+ hashdiff (1.0.1)
25
+ http-accept (1.7.0)
26
+ http-cookie (1.0.4)
27
+ domain_name (~> 0.5)
28
+ method_source (1.0.0)
29
+ mime-types (3.3.1)
30
+ mime-types-data (~> 3.2015)
31
+ mime-types-data (3.2021.0901)
32
+ mysql2 (0.5.3)
33
+ netrc (0.11.0)
34
+ ox (2.14.5)
35
+ parallel (1.21.0)
36
+ parser (3.0.2.0)
37
+ ast (~> 2.4.1)
38
+ pry (0.14.1)
39
+ coderay (~> 1.1)
40
+ method_source (~> 1.0)
41
+ public_suffix (4.0.6)
42
+ rainbow (3.0.0)
43
+ rake (13.0.6)
44
+ regexp_parser (2.1.1)
45
+ rest-client (2.1.0)
46
+ http-accept (>= 1.7.0, < 2.0)
47
+ http-cookie (>= 1.0.2, < 2.0)
48
+ mime-types (>= 1.16, < 4.0)
49
+ netrc (~> 0.8)
50
+ rexml (3.2.5)
51
+ rspec (3.10.0)
52
+ rspec-core (~> 3.10.0)
53
+ rspec-expectations (~> 3.10.0)
54
+ rspec-mocks (~> 3.10.0)
55
+ rspec-core (3.10.1)
56
+ rspec-support (~> 3.10.0)
57
+ rspec-expectations (3.10.1)
58
+ diff-lcs (>= 1.2.0, < 2.0)
59
+ rspec-support (~> 3.10.0)
60
+ rspec-mocks (3.10.2)
61
+ diff-lcs (>= 1.2.0, < 2.0)
62
+ rspec-support (~> 3.10.0)
63
+ rspec-support (3.10.2)
64
+ rubocop (1.22.1)
65
+ parallel (~> 1.10)
66
+ parser (>= 3.0.0.0)
67
+ rainbow (>= 2.2.2, < 4.0)
68
+ regexp_parser (>= 1.8, < 3.0)
69
+ rexml
70
+ rubocop-ast (>= 1.12.0, < 2.0)
71
+ ruby-progressbar (~> 1.7)
72
+ unicode-display_width (>= 1.4.0, < 3.0)
73
+ rubocop-ast (1.12.0)
74
+ parser (>= 3.0.1.1)
75
+ ruby-progressbar (1.11.0)
76
+ sequel (5.49.0)
77
+ sqlite3 (1.4.2)
78
+ thor (1.1.0)
79
+ unf (0.1.4)
80
+ unf_ext
81
+ unf_ext (0.0.8)
82
+ unicode-display_width (2.1.0)
83
+ webmock (3.14.0)
84
+ addressable (>= 2.8.0)
85
+ crack (>= 0.3.2)
86
+ hashdiff (>= 0.4.0, < 2.0.0)
87
+
88
+ PLATFORMS
89
+ ruby
90
+
91
+ DEPENDENCIES
92
+ pry
93
+ rake (~> 13.0)
94
+ rspec (~> 3.0)
95
+ rubocop (~> 1.7)
96
+ tractive!
97
+ webmock (~> 3.14)
98
+
99
+ BUNDLED WITH
100
+ 2.1.2
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Tractive
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.1"
5
5
  end
data/lib/tractive.rb CHANGED
@@ -19,7 +19,6 @@ require "sequel"
19
19
  require "set"
20
20
  require "singleton"
21
21
  require "uri"
22
- require "pry"
23
22
  require "thor"
24
23
  require "ox"
25
24
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tractive
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose
@@ -120,8 +120,11 @@ files:
120
120
  - ".gitignore"
121
121
  - ".rspec"
122
122
  - ".rubocop.yml"
123
+ - ".ruby-gemset"
124
+ - ".ruby-version"
123
125
  - CODE_OF_CONDUCT.md
124
126
  - Gemfile
127
+ - Gemfile.lock
125
128
  - LICENSE.md
126
129
  - README.adoc
127
130
  - Rakefile