columbia-printers 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 (5) hide show
  1. data/README.rdoc +7 -2
  2. data/Rakefile +3 -3
  3. data/VERSION +1 -1
  4. data/columbia-printers.gemspec +70 -0
  5. metadata +16 -4
@@ -1,10 +1,15 @@
1
- = ColumbiaPrinters
1
+ == ColumbiaPrinters
2
2
 
3
- A gem to install Columbia printers on Mac OS 10.6>.
3
+ A gem to install Columbia printers on Mac OS 10.6 >=.
4
4
 
5
5
  This gem is inspired by Reuben Doetsch's original Columbia printer installer, cuprint (https://github.com/hjast/cuprint).
6
6
 
7
7
 
8
+ == Installation
9
+
10
+ gem install columbia-printers
11
+
12
+
8
13
  == Copyright
9
14
 
10
15
  Copyright (c) 2011 Ryan Bubinski. See LICENSE.txt for
data/Rakefile CHANGED
@@ -16,11 +16,11 @@ Jeweler::Tasks.new do |gem|
16
16
  gem.executables = "columbia-printers"
17
17
  gem.homepage = "http://github.com/ryanbubinski/Columbia-Printers"
18
18
  gem.license = "MIT"
19
- gem.summary = "A gem to install Columbia printers on Mac OS 10.6>"
20
- gem.description = "A gem to install Columbia printers on Mac OS 10.6>"
19
+ gem.summary = "A gem to install Columbia printers on Mac OS 10.6 >="
20
+ gem.description = "A gem to install Columbia printers on Mac OS 10.6 >="
21
21
  gem.email = "ryanbubinski@gmail.com"
22
22
  gem.authors = ["Reuben Doetsch", "Ryan Bubinski"]
23
- #gem.add_dependency 'nokogiri'
23
+ gem.add_dependency 'nokogiri'
24
24
  end
25
25
  Jeweler::RubygemsDotOrgTasks.new
26
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
@@ -0,0 +1,70 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
+ # -*- encoding: utf-8 -*-
5
+
6
+ Gem::Specification.new do |s|
7
+ s.name = %q{columbia-printers}
8
+ s.version = "0.1.1"
9
+
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
+ s.authors = ["Reuben Doetsch", "Ryan Bubinski"]
12
+ s.date = %q{2011-04-09}
13
+ s.default_executable = %q{columbia-printers}
14
+ s.description = %q{A gem to install Columbia printers on Mac OS 10.6 >=}
15
+ s.email = %q{ryanbubinski@gmail.com}
16
+ s.executables = ["columbia-printers"]
17
+ s.extra_rdoc_files = [
18
+ "LICENSE.txt",
19
+ "README.rdoc"
20
+ ]
21
+ s.files = [
22
+ ".document",
23
+ "Gemfile",
24
+ "Gemfile.lock",
25
+ "LICENSE.txt",
26
+ "README.rdoc",
27
+ "Rakefile",
28
+ "VERSION",
29
+ "bin/columbia-printers",
30
+ "columbia-printers.gemspec",
31
+ "lib/ColumbiaPrinters.rb",
32
+ "lib/printers.yaml",
33
+ "test/helper.rb",
34
+ "test/test_ColumbiaPrinters.rb"
35
+ ]
36
+ s.homepage = %q{http://github.com/ryanbubinski/Columbia-Printers}
37
+ s.licenses = ["MIT"]
38
+ s.require_paths = ["lib"]
39
+ s.rubygems_version = %q{1.5.2}
40
+ s.summary = %q{A gem to install Columbia printers on Mac OS 10.6 >=}
41
+ s.test_files = [
42
+ "test/helper.rb",
43
+ "test/test_ColumbiaPrinters.rb"
44
+ ]
45
+
46
+ if s.respond_to? :specification_version then
47
+ s.specification_version = 3
48
+
49
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
50
+ s.add_development_dependency(%q<shoulda>, [">= 0"])
51
+ s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
52
+ s.add_development_dependency(%q<jeweler>, ["~> 1.5.2"])
53
+ s.add_development_dependency(%q<rcov>, [">= 0"])
54
+ s.add_runtime_dependency(%q<nokogiri>, [">= 0"])
55
+ else
56
+ s.add_dependency(%q<shoulda>, [">= 0"])
57
+ s.add_dependency(%q<bundler>, ["~> 1.0.0"])
58
+ s.add_dependency(%q<jeweler>, ["~> 1.5.2"])
59
+ s.add_dependency(%q<rcov>, [">= 0"])
60
+ s.add_dependency(%q<nokogiri>, [">= 0"])
61
+ end
62
+ else
63
+ s.add_dependency(%q<shoulda>, [">= 0"])
64
+ s.add_dependency(%q<bundler>, ["~> 1.0.0"])
65
+ s.add_dependency(%q<jeweler>, ["~> 1.5.2"])
66
+ s.add_dependency(%q<rcov>, [">= 0"])
67
+ s.add_dependency(%q<nokogiri>, [">= 0"])
68
+ end
69
+ end
70
+
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: columbia-printers
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0
5
+ version: 0.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Reuben Doetsch
@@ -58,7 +58,18 @@ dependencies:
58
58
  type: :development
59
59
  prerelease: false
60
60
  version_requirements: *id004
61
- description: A gem to install Columbia printers on Mac OS 10.6>
61
+ - !ruby/object:Gem::Dependency
62
+ name: nokogiri
63
+ requirement: &id005 !ruby/object:Gem::Requirement
64
+ none: false
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: "0"
69
+ type: :runtime
70
+ prerelease: false
71
+ version_requirements: *id005
72
+ description: A gem to install Columbia printers on Mac OS 10.6 >=
62
73
  email: ryanbubinski@gmail.com
63
74
  executables:
64
75
  - columbia-printers
@@ -76,6 +87,7 @@ files:
76
87
  - Rakefile
77
88
  - VERSION
78
89
  - bin/columbia-printers
90
+ - columbia-printers.gemspec
79
91
  - lib/ColumbiaPrinters.rb
80
92
  - lib/printers.yaml
81
93
  - test/helper.rb
@@ -94,7 +106,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
94
106
  requirements:
95
107
  - - ">="
96
108
  - !ruby/object:Gem::Version
97
- hash: -529997722783964074
109
+ hash: -4450645579855685394
98
110
  segments:
99
111
  - 0
100
112
  version: "0"
@@ -110,7 +122,7 @@ rubyforge_project:
110
122
  rubygems_version: 1.5.2
111
123
  signing_key:
112
124
  specification_version: 3
113
- summary: A gem to install Columbia printers on Mac OS 10.6>
125
+ summary: A gem to install Columbia printers on Mac OS 10.6 >=
114
126
  test_files:
115
127
  - test/helper.rb
116
128
  - test/test_ColumbiaPrinters.rb