bindery 0.0.2 → 0.0.3

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/bindery.gemspec +2 -0
  2. data/lib/bindery/version.rb +1 -1
  3. metadata +3 -6
@@ -21,6 +21,8 @@ into a completed book suitable for installation on an ebook reader.}
21
21
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
22
22
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
23
23
  s.require_paths = ["lib"]
24
+
25
+ s.required_ruby_version = '>= 1.9.2'
24
26
 
25
27
  add_runtime_dependency = if s.respond_to?(:specification_version) && Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
26
28
  :add_runtime_dependency
@@ -1,3 +1,3 @@
1
1
  module Bindery
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: bindery
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.2
5
+ version: 0.0.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Glenn Vanderburg
@@ -130,16 +130,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
130
130
  requirements:
131
131
  - - ">="
132
132
  - !ruby/object:Gem::Version
133
- hash: -3490394669822348887
134
- segments:
135
- - 0
136
- version: "0"
133
+ version: 1.9.2
137
134
  required_rubygems_version: !ruby/object:Gem::Requirement
138
135
  none: false
139
136
  requirements:
140
137
  - - ">="
141
138
  - !ruby/object:Gem::Version
142
- hash: -3490394669822348887
139
+ hash: -2203226033245718984
143
140
  segments:
144
141
  - 0
145
142
  version: "0"