djvu-tools 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -14,4 +14,4 @@ rdoc
14
14
  spec/reports
15
15
  test/tmp
16
16
  test/version_tmp
17
- tmp
17
+ tmp
data/Gemfile CHANGED
@@ -1,2 +1,2 @@
1
- source 'https://rubygems.org'
2
- gemspec
1
+ source :rubygems
2
+ gemspec
data/LICENSE.txt CHANGED
@@ -19,4 +19,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
19
  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
20
  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
21
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.rdoc CHANGED
@@ -84,4 +84,4 @@ DjVu-Tools is released under the MIT license:
84
84
  This software is provided "as is" and without any express or
85
85
  implied warranties, including, without limitation, the implied
86
86
  warranties of merchantibility and fitness for a particular
87
- purpose.
87
+ purpose.
data/Rakefile CHANGED
@@ -1,2 +1,3 @@
1
1
  #!/usr/bin/env rake
2
2
  require 'bundler/gem_tasks'
3
+ require 'bump/tasks'
data/djvu-tools.gemspec CHANGED
@@ -21,6 +21,7 @@ Gem::Specification.new do |gem|
21
21
  gem.add_dependency 'which'
22
22
 
23
23
  gem.add_development_dependency 'rspec'
24
+ gem.add_development_dependency 'bump'
24
25
 
25
26
  gem.requirements << 'djvused'
26
27
  end
@@ -33,4 +33,4 @@ class DjVuNumberer < DjVuTools
33
33
  end
34
34
  end
35
35
  end
36
- end
36
+ end
@@ -28,4 +28,4 @@ class DjVused
28
28
  def save
29
29
  system *['djvused', '-s','-e', @command, @file]
30
30
  end
31
- end
31
+ end
@@ -1,4 +1,4 @@
1
1
  class DjVuTools
2
2
  # Version number.
3
- VERSION = "0.2.2"
3
+ VERSION = "0.2.3"
4
4
  end
data/lib/djvu-tools.rb CHANGED
@@ -17,4 +17,4 @@ class DjVuTools
17
17
  def run
18
18
  @djvu.save
19
19
  end
20
- end
20
+ end
@@ -51,4 +51,4 @@ describe DjVuNumberer do
51
51
  @numberer.add_section section
52
52
  end
53
53
  end
54
- end
54
+ end
data/spec/djvused_spec.rb CHANGED
@@ -78,4 +78,4 @@ describe DjVused do
78
78
  end
79
79
  end
80
80
  end
81
- end
81
+ end
@@ -15,4 +15,4 @@ describe DjVuTools do
15
15
  end
16
16
  end
17
17
 
18
- end
18
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: djvu-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-09-25 00:00:00.000000000 Z
12
+ date: 2013-02-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: roman-numerals
@@ -59,6 +59,22 @@ dependencies:
59
59
  - - ! '>='
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
+ - !ruby/object:Gem::Dependency
63
+ name: bump
64
+ requirement: !ruby/object:Gem::Requirement
65
+ none: false
66
+ requirements:
67
+ - - ! '>='
68
+ - !ruby/object:Gem::Version
69
+ version: '0'
70
+ type: :development
71
+ prerelease: false
72
+ version_requirements: !ruby/object:Gem::Requirement
73
+ none: false
74
+ requirements:
75
+ - - ! '>='
76
+ - !ruby/object:Gem::Version
77
+ version: '0'
62
78
  description: Ruby toolbox for manipulating DjVu files.
63
79
  email:
64
80
  - razorx@evansosenko.com