pgpass 2012.01 → 2012.01.18

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.
data/AUTHORS CHANGED
@@ -1,4 +1,4 @@
1
1
  Following persons have contributed to pgpass.
2
2
  (Sorted by number of submitted patches, then alphabetically)
3
3
 
4
- 5 Michael Fellinger <m.fellinger@gmail.com>
4
+ 7 Michael Fellinger <m.fellinger@gmail.com>
data/CHANGELOG CHANGED
@@ -1,3 +1,11 @@
1
+ [5ba2bd0 | 2012-01-18 00:01:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
2
+
3
+ * Version 2012.01.18
4
+
5
+ [11ba8ed | 2012-01-18 00:01:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
6
+
7
+ * expand paths in LOCATION
8
+
1
9
  [aac70cc | 2012-01-17 16:37:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
2
10
 
3
11
  * Fix permissions in the spec, git doesn't keep them
@@ -114,6 +114,7 @@ module Pgpass
114
114
  ).merge(given_options)
115
115
 
116
116
  LOCATIONS.compact.each do |path|
117
+ path = File.expand_path(path)
117
118
  # consider only files
118
119
  next unless File.file?(path)
119
120
  # that aren't world/group accessible
@@ -1,3 +1,3 @@
1
1
  module Pgpass
2
- VERSION = "2012.01"
2
+ VERSION = "2012.01.18"
3
3
  end
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "pgpass"
5
- s.version = "2012.01"
5
+ s.version = "2012.01.18"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Michael 'manveru' Fellinger"]
9
- s.date = "2012-01-17"
9
+ s.date = "2012-01-18"
10
10
  s.email = "mf@rubyists.com"
11
11
  s.files = [".gems", ".rvmrc", ".travis.yml", "AUTHORS", "CHANGELOG", "LICENSE", "MANIFEST", "README.md", "Rakefile", "lib/pgpass.rb", "lib/pgpass/version.rb", "pgpass.gemspec", "spec/pgpass.rb", "spec/sample/invalid_permission", "spec/sample/multiple", "spec/sample/simple", "tasks/authors.rake", "tasks/bacon.rake", "tasks/changelog.rake", "tasks/gem.rake", "tasks/manifest.rake", "tasks/release.rake", "tasks/reversion.rake"]
12
12
  s.homepage = "http://github.com/manveru/pgpass"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pgpass
3
3
  version: !ruby/object:Gem::Version
4
- version: '2012.01'
4
+ version: 2012.01.18
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-01-17 00:00:00.000000000 Z
12
+ date: 2012-01-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bacon
16
- requirement: &9109840 !ruby/object:Gem::Requirement
16
+ requirement: &18390780 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 1.1.0
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *9109840
24
+ version_requirements: *18390780
25
25
  description:
26
26
  email: mf@rubyists.com
27
27
  executables: []