activerecord_postgresql_procedures 0.0.3 → 0.0.4

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: b32e86658e993abdf71c848f583e26fbe4a43d69
4
- data.tar.gz: b9f777f7fbc37d290f771b1817b46e545fdcaba7
3
+ metadata.gz: 0ae1f561be6811b50d2550250ee49d433f82f72a
4
+ data.tar.gz: ee41e0e841ee0eb5e03cd9830877a14762ba4119
5
5
  SHA512:
6
- metadata.gz: 26e2f94073d488ee53e9ee10436c12bda0faf2078361b09f8cc978234097ccf96113944ac80b37748039b4b1af1359d130eb55e3cb1466d0393c02fdfaf2f044
7
- data.tar.gz: 40effa1530f7b9c6db03b2d5a391e88eec1dfb354a504b174f12c1e52d77fa9dad35909a8072afadb36012cf5bf36cd48a6aaa1c75897d919c669edb60f897ee
6
+ metadata.gz: 57e5a431486d1149ed26adea83254b0328fba3412053ff5be8ab47e5a2f32e99ecdb2caee496083b40088a19383711960c82593a9da217ec530a591f4f444fbd
7
+ data.tar.gz: 93f895d4046bc3bba2668a9b35808373c4c3435a6531478c6188e5b6ee65e722d3291a0455c9f25b8aa567b92636c98abc251b6a66ffaeac04543d0354762162
@@ -1,3 +1,3 @@
1
1
  module ActiverecordPostgresqlProcedures
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activerecord_postgresql_procedures
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomáš Kuča
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-12 00:00:00.000000000 Z
11
+ date: 2016-12-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '4.2'
19
+ version: '5.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '4.2'
26
+ version: '5.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: pg
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -98,7 +98,7 @@ description: PostgreSQL allows to create a procedure which returns a result set.
98
98
  gem modifies ActiveRecord so that it's possible to create (readonly) model based
99
99
  on resultset instead of a database table.
100
100
  email:
101
- - tomas.kuca@matfyz.cz
101
+ - tomas@kuca.cz
102
102
  executables: []
103
103
  extensions: []
104
104
  extra_rdoc_files: []
@@ -129,9 +129,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
129
129
  version: '0'
130
130
  requirements: []
131
131
  rubyforge_project:
132
- rubygems_version: 2.2.2
132
+ rubygems_version: 2.5.1
133
133
  signing_key:
134
134
  specification_version: 4
135
135
  summary: Support for PostgreSQL procedures in ActiveRecord
136
136
  test_files: []
137
- has_rdoc: