activerecord-cte 0.1.0 → 0.1.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: 46f1c2767a3ffe9895a6eb29b0bf7a5fe75d68777333369308f27d51bfa87d70
4
- data.tar.gz: 178f6e9757bf085dda1f322223f975deac23fdcda33076f900542cd0ba92c7db
3
+ metadata.gz: 99aec3bf8a3947e2c887a63ca0b2d689987774c0af840b333217a87e5b9d94df
4
+ data.tar.gz: dac179b4c433590c7b20c6062361e827de39c62aae2c6aae61304b9e9ffaca04
5
5
  SHA512:
6
- metadata.gz: 2b73d03b97762fba8e6dc48168268b3fa4a24a47a1d44b740c9c9f4c335ed07fd1ac482f1b9569fe1caf9cc988dc560934c29cfe8d22804e2a9e8445738a9d07
7
- data.tar.gz: 60f944ad531fcf8cd109de11c2b453833a1d43d61117072ce4bdba80c8c5bc477cd3b33b52de55d2baab119d60469ecfc19e47e4d9727ed5788466e0ac74f950
6
+ metadata.gz: 2e7d6031d0ecab21c7b7b80e265b4397155f4ac0ae9aa40e70cc800a9ad3631889a303418ac17b9d7f21076682c045ed750d1b1c34b8d801ff4ad59d33cfefee
7
+ data.tar.gz: 239f8aba0becd85787d49ed1b6a4102e94a3e5b77d375591cddc5df98bd5bd307c2828eb900cc8d056ba71a4f57d4b193aa924330d2bf8c3b6af3c37f6017cef
@@ -10,8 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.authors = ["Vlado Cingel"]
11
11
  spec.email = ["vladocingel@gmail.com"]
12
12
 
13
- spec.summary = "Write a short summary, because RubyGems requires one."
14
- spec.description = " Write a longer description or delete this line."
13
+ spec.summary = "Brings Common Table Expressions support to ActiveRecord and makes it super easy to build and chain complex CTE queries"
15
14
  spec.homepage = "https://github.com/vlado/activerecord-cte"
16
15
  spec.license = "MIT"
17
16
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Activerecord
4
4
  module Cte
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activerecord-cte
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vlado Cingel
@@ -108,7 +108,7 @@ dependencies:
108
108
  - - ">="
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
- description: " Write a longer description or delete this line."
111
+ description:
112
112
  email:
113
113
  - vladocingel@gmail.com
114
114
  executables: []
@@ -158,5 +158,6 @@ requirements: []
158
158
  rubygems_version: 3.0.3
159
159
  signing_key:
160
160
  specification_version: 4
161
- summary: Write a short summary, because RubyGems requires one.
161
+ summary: Brings Common Table Expressions support to ActiveRecord and makes it super
162
+ easy to build and chain complex CTE queries
162
163
  test_files: []