cuprint 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.
data/Rakefile CHANGED
@@ -13,7 +13,9 @@ begin
13
13
  gem.authors = ["Reuben Doetsch"]
14
14
  gem.add_development_dependency "thoughtbot-shoulda"
15
15
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
16
+
16
17
  end
18
+ Jeweler::GemcutterTasks.new
17
19
  rescue LoadError
18
20
  puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
19
21
  end
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{cuprint}
8
- s.version = "0.1.0"
8
+ s.version = "0.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Reuben Doetsch"]
12
- s.date = %q{2009-10-20}
12
+ s.date = %q{2009-11-11}
13
13
  s.default_executable = %q{cuprint}
14
14
  s.description = %q{A gem to automate adding Columbia Printers}
15
15
  s.email = %q{reuben.doetsch@gmail.com}
@@ -28,6 +28,8 @@ Gem::Specification.new do |s|
28
28
  "cuprint.gemspec",
29
29
  "lib/cuprint.rb",
30
30
  "lib/printers.yaml",
31
+ "pkg/cuprint-0.1.0.gem",
32
+ "pkg/cuprint-0.1.1.gem",
31
33
  "test/cuprint_test.rb",
32
34
  "test/test_helper.rb"
33
35
  ]
@@ -36,7 +36,7 @@ module CuPrint
36
36
  when "HP LaserJet 4350" ; " /Library/Printers/PPDs/Contents/Resources/HP\\ LaserJet\\ 4350.gz"
37
37
  end
38
38
  puts driver
39
- `lpadmin -p #{print["name"]} -L #{print["place"]} -E -v lpd://#{print["address"]} -P #{driver} `
39
+ `lpadmin -p #{print["n ame"]} -L #{print["place"]} -E -v lpd://#{print["address"]}/public -P #{driver} `
40
40
  end
41
41
  #{}`lpadmin -p "mudd" -L "Mudd Library" -E -v lpd://mudd251a-ninja.atg.columbia.edu -P /Library/Printers/PPDs/Contents/Resources/HP\ LaserJet\ 9050.gz`
42
42
 
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cuprint
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Reuben Doetsch
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-10-20 00:00:00 -04:00
12
+ date: 2009-11-11 00:00:00 -05:00
13
13
  default_executable: cuprint
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -41,6 +41,8 @@ files:
41
41
  - cuprint.gemspec
42
42
  - lib/cuprint.rb
43
43
  - lib/printers.yaml
44
+ - pkg/cuprint-0.1.0.gem
45
+ - pkg/cuprint-0.1.1.gem
44
46
  - test/cuprint_test.rb
45
47
  - test/test_helper.rb
46
48
  has_rdoc: true