pdf_info 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pdf_info might be problematic. Click here for more details.

Files changed (4) hide show
  1. data/.gitignore +1 -37
  2. data/lib/pdf/info/version.rb +1 -1
  3. metadata +7 -8
  4. data/Gemfile.lock +0 -26
data/.gitignore CHANGED
@@ -1,42 +1,6 @@
1
- # rcov generated
2
- coverage
3
-
4
- # rdoc generated
5
1
  rdoc
6
-
7
- # yard generated
8
2
  doc
9
3
  .yardoc
10
-
11
- # bundler
12
4
  .bundle
13
-
14
- # jeweler generated
15
5
  pkg
16
-
17
- # Have editor/IDE/OS specific files you need to ignore? Consider using a global gitignore:
18
- #
19
- # * Create a file at ~/.gitignore
20
- # * Include files you want ignored
21
- # * Run: git config --global core.excludesfile ~/.gitignore
22
- #
23
- # After doing this, these files will be ignored in all your git projects,
24
- # saving you from having to 'pollute' every project you touch with them
25
- #
26
- # Not sure what to needs to be ignored for particular editors/OSes? Here's some ideas to get you started. (Remember, remove the leading # of the line)
27
- #
28
- # For MacOS:
29
- #
30
- #.DS_Store
31
- #
32
- # For TextMate
33
- #*.tmproj
34
- #tmtags
35
- #
36
- # For emacs:
37
- #*~
38
- #\#*
39
- #.\#*
40
- #
41
- # For vim:
42
- #*.swp
6
+ Gemfile.lock
@@ -1,6 +1,6 @@
1
1
  module PDF
2
2
  class Info
3
- VERSION = "0.3.0"
3
+ VERSION = "0.3.1"
4
4
  end
5
5
  end
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pdf_info
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-02-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
16
- requirement: &70234940118020 !ruby/object:Gem::Requirement
16
+ requirement: &70196821154520 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '0'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *70234940118020
24
+ version_requirements: *70196821154520
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: rspec
27
- requirement: &70234940117100 !ruby/object:Gem::Requirement
27
+ requirement: &70196821153700 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: '0'
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *70234940117100
35
+ version_requirements: *70196821153700
36
36
  description:
37
37
  email:
38
38
  - tom@tomtaylor.co.uk
@@ -44,7 +44,6 @@ files:
44
44
  - .gitignore
45
45
  - .rspec
46
46
  - Gemfile
47
- - Gemfile.lock
48
47
  - LICENSE.txt
49
48
  - README.md
50
49
  - Rakefile
@@ -72,7 +71,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
72
71
  version: '0'
73
72
  segments:
74
73
  - 0
75
- hash: -1781697912224154655
74
+ hash: -587717729009839356
76
75
  required_rubygems_version: !ruby/object:Gem::Requirement
77
76
  none: false
78
77
  requirements:
@@ -81,7 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
80
  version: '0'
82
81
  segments:
83
82
  - 0
84
- hash: -1781697912224154655
83
+ hash: -587717729009839356
85
84
  requirements: []
86
85
  rubyforge_project: pdf_info
87
86
  rubygems_version: 1.8.11
data/Gemfile.lock DELETED
@@ -1,26 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- pdf_info (0.3.0)
5
-
6
- GEM
7
- remote: http://rubygems.org/
8
- specs:
9
- diff-lcs (1.1.3)
10
- rake (0.9.2.2)
11
- rspec (2.8.0)
12
- rspec-core (~> 2.8.0)
13
- rspec-expectations (~> 2.8.0)
14
- rspec-mocks (~> 2.8.0)
15
- rspec-core (2.8.0)
16
- rspec-expectations (2.8.0)
17
- diff-lcs (~> 1.1.2)
18
- rspec-mocks (2.8.0)
19
-
20
- PLATFORMS
21
- ruby
22
-
23
- DEPENDENCIES
24
- pdf_info!
25
- rake
26
- rspec