lite-query 1.0.4 → 1.0.5

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: 6e3dfe1a485ad4a6a5886f1d83e8569410b92d46d394a6b3a13671c1c0e94689
4
- data.tar.gz: bde018db4b76b6126a15e799cda50ff1d2db51160a37eb379e65879c15725c0e
3
+ metadata.gz: 6575d31196d0ee324fc60a8ebc6a1acb51515e1f3316f126eba4fa876c470d44
4
+ data.tar.gz: 9da2439d21e883e5ac4735db5f50612f7e1b1e17d4921c58094fc2628d1c3802
5
5
  SHA512:
6
- metadata.gz: 5b1b27a42809e122d2994bb65748922da7fc4b2fe07b4ed7a4f3d10cd897a5cb64188921fa757e17273daf086938b5afcccefa01b03c3276304e56824aba757f
7
- data.tar.gz: dd7fd542d4bff2a592f9084735b8fcd5ee2fd2210e037df8319a237127ea5fd680390bc0811f57496031f0c1d8a95af3cd944e45e4b11f635cbf84dc9676a598
6
+ metadata.gz: bd7e99af963849568ae09db1525b61437980a49e9652db35a9617e7b67a96acd3fcddb18d153687f455110fdb33189686e0cd5e45162728f131cb4728059cb42
7
+ data.tar.gz: bfcb583e1b6c3eed4337acb19fb590aeb2506f22e09da1a73597cea7df3c2f718b286854900fd45df1fc3e8b11c05977920e46792a5073909183a620ff9899f9
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [1.0.5] - 2019-09-02
10
+ ### Changed
11
+ - Changed generator syntax
12
+
9
13
  ## [1.0.4] - 2019-09-02
10
14
  ### Changed
11
15
  - Changed generator syntax
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lite-query (1.0.4)
4
+ lite-query (1.0.5)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -15,8 +15,6 @@ module Rails
15
15
  end
16
16
 
17
17
  def copy_specs
18
- return unless defined?(RSpec)
19
-
20
18
  path = File.join('spec', 'queries', class_path, "#{file_name}_query_spec.rb")
21
19
  empty_directory('spec/queries')
22
20
  template('spec.rb.tt', path)
@@ -3,7 +3,7 @@
3
3
  module Lite
4
4
  module Query
5
5
 
6
- VERSION ||= '1.0.4'
6
+ VERSION ||= '1.0.5'
7
7
 
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lite-query
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez