rql_parser 1.0.1 → 1.0.2

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
  SHA256:
3
- metadata.gz: 9527ff82d955ee3bf1f7889108a1a0e50fac88176785e0d3299d13e1b8ca02a1
4
- data.tar.gz: 8636283e6a3752f35e0f91f3f62ed0268d7625a079c75929b1dd36d2788ddacb
3
+ metadata.gz: 441ab3571050603680cc42594e8d1c7cf2649045374f91d2d988e37d2a0fb86c
4
+ data.tar.gz: 8fb38458e002b7bb6f3d6089290c90143aa12a877db1ad5e13e9049ac5bd14ba
5
5
  SHA512:
6
- metadata.gz: 86bc4dfb4fe6c9af03c3c39f986bfddf9c4992641ea302e4b983a632c58d2d4e33c792c1dac383db7fd791424991894232dbc50a85d396c6a0f8c8b9f3575cea
7
- data.tar.gz: f75fa5639a5a53773b74c27463cd7250ca0eadb7637711ce94e257a3cc3baf4e0366ebd65eb79c2e745ceafea0fd075fc7848c43b2c639d31cab49a98eed60e3
6
+ metadata.gz: 711515289d0e2f4d9691de7d77fa0cea7d7b8f76163df69fa0e9ffe2c1a96cf4e780ee59db572f0d1191fb91626822f8467ea72efc4025aea5d52fd8e34e27fc
7
+ data.tar.gz: cd2a778ecc5dc72244ea16bc6a7d9d4a7b78f0309955f4d286130314976a92823603b00bfaa93f972b4aa51d3554951cf8e768619226def9c1fa62d5c4197d9d
data/README.md CHANGED
@@ -70,7 +70,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
70
70
 
71
71
  ## Contributing
72
72
 
73
- Bug reports and pull requests are welcome on GitHub at https://github.com/deorigosa-work/rql_parser. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
73
+ Bug reports and pull requests are welcome on GitHub at https://github.com/deorigosa-work/rql-parser. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
74
74
 
75
75
  ## License
76
76
 
@@ -1,3 +1,3 @@
1
1
  module RqlParser
2
- VERSION = '1.0.1'.freeze
2
+ VERSION = '1.0.2'.freeze
3
3
  end
data/rql_parser.gemspec CHANGED
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
19
19
 
20
20
  spec.metadata['homepage_uri'] = spec.homepage
21
21
  spec.metadata['source_code_uri'] = 'https://github.com/deorigosa-work/rql-parser'
22
- spec.metadata['changelog_uri'] = 'https://github.com/deorigosa-work/rql-parser/CHANGELOG.md'
22
+ spec.metadata['changelog_uri'] = 'https://github.com/deorigosa-work/rql-parser/blob/master/CHANGELOG.md'
23
23
 
24
24
  # Specify which files should be added to the gem when it is released.
25
25
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rql_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aliaksei Kharkou
@@ -78,7 +78,6 @@ files:
78
78
  - CHANGELOG.md
79
79
  - CODE_OF_CONDUCT.md
80
80
  - Gemfile
81
- - Gemfile.lock
82
81
  - LICENSE.txt
83
82
  - README.md
84
83
  - Rakefile
@@ -98,7 +97,7 @@ licenses:
98
97
  metadata:
99
98
  homepage_uri: https://github.com/deorigosa-work/rql-parser
100
99
  source_code_uri: https://github.com/deorigosa-work/rql-parser
101
- changelog_uri: https://github.com/deorigosa-work/rql-parser/CHANGELOG.md
100
+ changelog_uri: https://github.com/deorigosa-work/rql-parser/blob/master/CHANGELOG.md
102
101
  post_install_message:
103
102
  rdoc_options: []
104
103
  require_paths:
data/Gemfile.lock DELETED
@@ -1,52 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- rql_parser (1.0.0)
5
- active_interaction (~> 3.6.0)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- active_interaction (3.6.2)
11
- activemodel (>= 4, < 6)
12
- activemodel (5.2.2)
13
- activesupport (= 5.2.2)
14
- activesupport (5.2.2)
15
- concurrent-ruby (~> 1.0, >= 1.0.2)
16
- i18n (>= 0.7, < 2)
17
- minitest (~> 5.1)
18
- tzinfo (~> 1.1)
19
- concurrent-ruby (1.1.4)
20
- diff-lcs (1.3)
21
- i18n (1.3.0)
22
- concurrent-ruby (~> 1.0)
23
- minitest (5.11.3)
24
- rake (10.5.0)
25
- rspec (3.8.0)
26
- rspec-core (~> 3.8.0)
27
- rspec-expectations (~> 3.8.0)
28
- rspec-mocks (~> 3.8.0)
29
- rspec-core (3.8.0)
30
- rspec-support (~> 3.8.0)
31
- rspec-expectations (3.8.2)
32
- diff-lcs (>= 1.2.0, < 2.0)
33
- rspec-support (~> 3.8.0)
34
- rspec-mocks (3.8.0)
35
- diff-lcs (>= 1.2.0, < 2.0)
36
- rspec-support (~> 3.8.0)
37
- rspec-support (3.8.0)
38
- thread_safe (0.3.6)
39
- tzinfo (1.2.5)
40
- thread_safe (~> 0.1)
41
-
42
- PLATFORMS
43
- ruby
44
-
45
- DEPENDENCIES
46
- bundler (~> 1.17)
47
- rake (~> 10.0)
48
- rql_parser!
49
- rspec (~> 3.8.0)
50
-
51
- BUNDLED WITH
52
- 1.17.1