pubgen 0.1.0 → 0.1.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 (3) hide show
  1. data/bin/pubgen +1 -1
  2. data/pubgen.gemspec +2 -2
  3. metadata +4 -4
data/bin/pubgen CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  PACKAGE = 'pubgen'
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
 
6
6
  require 'yaml'
7
7
  require 'fileutils'
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "pubgen"
5
- s.version = "0.1.0"
5
+ s.version = "0.1.1"
6
6
  s.platform = Gem::Platform::RUBY
7
7
  s.author = "9beach"
8
8
  s.email = ["9beach@gmail.com"]
@@ -13,5 +13,5 @@ Gem::Specification.new do |s|
13
13
  s.require_paths = ["lib"]
14
14
  s.summary = "command-line based epub generator"
15
15
  s.description = "Pubgen is a simple command-line based epub generator. With the simple YAML file, Pubgen generate the epub file for you."
16
- s.add_dependency "rubyzip"
16
+ s.add_dependency "zipruby"
17
17
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pubgen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -12,8 +12,8 @@ cert_chain: []
12
12
  date: 2012-02-26 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
- name: rubyzip
16
- requirement: &2157457660 !ruby/object:Gem::Requirement
15
+ name: zipruby
16
+ requirement: &2153434940 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2157457660
24
+ version_requirements: *2153434940
25
25
  description: Pubgen is a simple command-line based epub generator. With the simple
26
26
  YAML file, Pubgen generate the epub file for you.
27
27
  email: