rql_parser 1.0.3 → 1.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d5dec05e0e3e41cd73426108d8dc88dd70bf7a1796b5b8f2f48e4955b1d94014
4
- data.tar.gz: a8ffa28893f0d63dbbeb1e6da96b4f995bdb1ab4ea506061bdfc796af2a979b4
3
+ metadata.gz: cff190def095293dff506bdf1527b5461643ae04a2b9ce341c2100d0bb1d7af1
4
+ data.tar.gz: 4728db3709961762760f5d6b417ae3f6a6d3169aa07b4a30929ae0b23f8806c0
5
5
  SHA512:
6
- metadata.gz: e5863497739b0546773bcf4cb6e4008497d3c6dd845509d27df8ebee111f11efc5869840a8bc48e1783985b4146638a45f4c19fbf50eb14152197241901b10db
7
- data.tar.gz: 34fb124478b34d4141a583ae6c0ff23bace961cdccf06d3e5e8cdca12359d678771e2b9362e4305861486f948eacf2172b7df9631d8539f2f54bcbb7a33a7a2c
6
+ metadata.gz: 69198f07c204ad9724d3793c57d0e0fe798abe7918b990b7562abc7551a9c56b6be89bed32c4885c0efbb3d05d598914919267cb6be2e8ec3f208337c03fe6e8
7
+ data.tar.gz: fe96507704df00d27266a77e0c1a819b3b2810b40679e722bd6b5812b31c78ac6c8db09564ae6f5f687d496cad127c9c608675d31dd68c2e60b21964ac52315a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ #### 1.1.0
4
+
5
+ - Transfer ownership
6
+
7
+ ---
8
+
3
9
  #### 1.0.3
4
10
 
5
11
  - Fix typos
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/hacky-gems/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
 
@@ -78,4 +78,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
78
78
 
79
79
  ## Code of Conduct
80
80
 
81
- Everyone interacting in the RqlParser project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/deorigosa-work/rql_parser/blob/master/CODE_OF_CONDUCT.md).
81
+ Everyone interacting in the RqlParser project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/hacky-gems/rql-parser/blob/master/CODE_OF_CONDUCT.md).
@@ -1,3 +1,3 @@
1
1
  module RqlParser
2
- VERSION = '1.0.3'.freeze
2
+ VERSION = '1.1.0'.freeze
3
3
  end
data/rql_parser.gemspec CHANGED
@@ -5,12 +5,12 @@ require 'rql_parser/version'
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'rql_parser'
7
7
  spec.version = RqlParser::VERSION
8
- spec.authors = ['Aliaksei Kharkou']
9
- spec.email = ['Aliaksei.Kharkou@itechart-group.com']
8
+ spec.authors = ['Deorigosa']
9
+ spec.email = ['Deorigosa@users.noreply.github.com']
10
10
 
11
11
  spec.summary = 'RqlParser is a gem for using RQL as valid params'
12
12
  spec.description = 'RqlParser is a gem for using RQL as valid params'
13
- spec.homepage = 'https://github.com/deorigosa-work/rql-parser'
13
+ spec.homepage = 'https://github.com/hacky-gems/rql-parser'
14
14
  spec.license = 'MIT'
15
15
 
16
16
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
@@ -18,8 +18,8 @@ Gem::Specification.new do |spec|
18
18
  raise 'RubyGems 2.0 or newer is required to protect against public gem pushes.' unless spec.respond_to?(:metadata)
19
19
 
20
20
  spec.metadata['homepage_uri'] = spec.homepage
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/blob/master/CHANGELOG.md'
21
+ spec.metadata['source_code_uri'] = 'https://github.com/hacky-gems/rql-parser'
22
+ spec.metadata['changelog_uri'] = 'https://github.com/hacky-gems/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,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rql_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
- - Aliaksei Kharkou
7
+ - Deorigosa
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
@@ -68,7 +68,7 @@ dependencies:
68
68
  version: 3.8.0
69
69
  description: RqlParser is a gem for using RQL as valid params
70
70
  email:
71
- - Aliaksei.Kharkou@itechart-group.com
71
+ - Deorigosa@users.noreply.github.com
72
72
  executables: []
73
73
  extensions: []
74
74
  extra_rdoc_files: []
@@ -91,13 +91,13 @@ files:
91
91
  - lib/rql_parser/services/parse.rb
92
92
  - lib/rql_parser/version.rb
93
93
  - rql_parser.gemspec
94
- homepage: https://github.com/deorigosa-work/rql-parser
94
+ homepage: https://github.com/hacky-gems/rql-parser
95
95
  licenses:
96
96
  - MIT
97
97
  metadata:
98
- homepage_uri: https://github.com/deorigosa-work/rql-parser
99
- source_code_uri: https://github.com/deorigosa-work/rql-parser
100
- changelog_uri: https://github.com/deorigosa-work/rql-parser/blob/master/CHANGELOG.md
98
+ homepage_uri: https://github.com/hacky-gems/rql-parser
99
+ source_code_uri: https://github.com/hacky-gems/rql-parser
100
+ changelog_uri: https://github.com/hacky-gems/rql-parser/blob/master/CHANGELOG.md
101
101
  post_install_message:
102
102
  rdoc_options: []
103
103
  require_paths: