rails_select_on_includes 0.1.3 → 0.4.3

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: cf1a68093cf7ef140681b467c2ac46ddcec46534
4
- data.tar.gz: 38d36c47dc1d1fa404eb2aa1565609449dfaa2cc
3
+ metadata.gz: 1cf5e91c68641c9111a1d15569b0d9b0d3e901df
4
+ data.tar.gz: 746c71f794fc21a04545778e4f26a87e2ae1b212
5
5
  SHA512:
6
- metadata.gz: 7ad6ff883424d20ca60c399bf557f2522ce62bca9b70a37985985165389e8ab38438d8c420f3f0dba0f6004af18cef2490be068998f838fb23dd7faef925e968
7
- data.tar.gz: b7f2951fb184c1dffb322180d81c3b7b87019f6b209a23f16c72588de1d9f4c78e928f7789a2e34c51f618cce14fc3e5d69804ecb11d7a3e8e8d3d6bf002d31c
6
+ metadata.gz: 8a6772fe8d58d4e7f70acf7a7dcd493bbbbeb731e71f945df11f43abadd8c160a0fc6c4f3907d8fdc1402de46562f83ad74b61466aef34cdddd60c9222d04373
7
+ data.tar.gz: 26db77bc0969d8652a3e9fec370487197952ff513b314ae6c9d8b019b17b11c5e704f93f8c126fdca34803124ae61d8869847897783c106e51a8d7b5ab703ebc
data/README.md CHANGED
@@ -96,6 +96,10 @@ Works with selection in all formats:
96
96
 
97
97
  3 { table_name: 2 } where 2 relates to upper syntax
98
98
 
99
+ ## Testing
100
+
101
+ Comming soon :)
102
+
99
103
  ## Contributing
100
104
 
101
105
  Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/rails_select_on_includes.
@@ -1,3 +1,3 @@
1
1
  module RailsSelectOnIncludes
2
- VERSION = "0.1.3"
2
+ VERSION = "0.4.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_select_on_includes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - alekseyl
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-12-12 00:00:00.000000000 Z
11
+ date: 2017-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord