ar_pg_array 0.8.0 → 0.8.1

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.
Files changed (5) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -0
  3. metadata +7 -10
  4. data/install.rb +0 -1
  5. data/uninstall.rb +0 -1
data/Rakefile CHANGED
@@ -30,7 +30,7 @@ begin
30
30
  gemspec.email = "funny.falcon@gmail.com"
31
31
  gemspec.homepage = "http://github.com/funny-falcon/activerecord-postgresql-arrays"
32
32
  gemspec.authors = ["Sokolov Yura aka funny_falcon"]
33
- gemspec.add_dependency('activerecord', '>=2.3.5')
33
+ gemspec.add_dependency('activerecord')
34
34
  gemspec.rubyforge_project = 'ar_pg_array'
35
35
  end
36
36
  Jeweler::GemcutterTasks.new
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 0.8.1
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ar_pg_array
3
3
  version: !ruby/object:Gem::Version
4
- hash: 63
4
+ hash: 61
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 8
9
- - 0
10
- version: 0.8.0
9
+ - 1
10
+ version: 0.8.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sokolov Yura aka funny_falcon
@@ -26,12 +26,10 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- hash: 9
29
+ hash: 3
30
30
  segments:
31
- - 2
32
- - 3
33
- - 5
34
- version: 2.3.5
31
+ - 0
32
+ version: "0"
35
33
  type: :runtime
36
34
  version_requirements: *id001
37
35
  description: ar_pg_array includes support of PostgreSQL's int[], float[], text[], timestamptz[] etc. into ActiveRecord. You could define migrations for array columns, query on array columns.
@@ -46,15 +44,14 @@ files:
46
44
  - MIT-LICENSE
47
45
  - README
48
46
  - Rakefile
47
+ - VERSION
49
48
  - init.rb
50
- - install.rb
51
49
  - lib/ar_pg_array.rb
52
50
  - lib/ar_pg_array/querying.rb
53
51
  - lib/ar_pg_array/querying_arel.rb
54
52
  - lib/ar_pg_array/references_by.rb
55
53
  - lib/ar_pg_array/schema.rb
56
54
  - lib/ar_pg_array/schema_arel.rb
57
- - uninstall.rb
58
55
  has_rdoc: true
59
56
  homepage: http://github.com/funny-falcon/activerecord-postgresql-arrays
60
57
  licenses: []
data/install.rb DELETED
@@ -1 +0,0 @@
1
- # Install hook code here
data/uninstall.rb DELETED
@@ -1 +0,0 @@
1
- # Uninstall hook code here