grosser-smusher 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +4 -3
  2. data/lib/smusher.rb +1 -1
  3. data/smusher.gemspec +3 -3
  4. metadata +2 -7
data/Rakefile CHANGED
@@ -8,12 +8,13 @@ end
8
8
 
9
9
  #Gemspec
10
10
  require 'echoe'
11
- porject_name = 'smusher'
12
- Echoe.new(porject_name , '0.3.1') do |p|
11
+ project_name = 'smusher'
12
+ Echoe.new(project_name , '0.3.2') do |p|
13
13
  p.description = "Automatic Lossless Reduction Of All Your Images"
14
- p.url = "http://github.com/grosser/#{porject_name}"
14
+ p.url = "http://github.com/grosser/#{project_name}"
15
15
  p.author = "Michael Grosser"
16
16
  p.email = "grosser.michael@gmail.com"
17
+ p.ignore_pattern = ["nbproject/*", "nbproject/*/*"]
17
18
  p.dependencies = %w[rake json]
18
19
  end
19
20
 
data/lib/smusher.rb CHANGED
@@ -67,7 +67,7 @@ private
67
67
  end
68
68
 
69
69
  def with_logging(file)
70
- puts "sushing #{file}"
70
+ puts "smushing #{file}"
71
71
 
72
72
  before = size(file)
73
73
  begin; yield; rescue; puts $!; end
data/smusher.gemspec CHANGED
@@ -2,17 +2,17 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{smusher}
5
- s.version = "0.3.1"
5
+ s.version = "0.3.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Michael Grosser"]
9
- s.date = %q{2009-01-26}
9
+ s.date = %q{2009-01-27}
10
10
  s.default_executable = %q{smusher}
11
11
  s.description = %q{Automatic Lossless Reduction Of All Your Images}
12
12
  s.email = %q{grosser.michael@gmail.com}
13
13
  s.executables = ["smusher"]
14
14
  s.extra_rdoc_files = ["lib/smusher.rb", "bin/smusher", "README.markdown"]
15
- s.files = ["Manifest", "nbproject/private/private.xml", "nbproject/private/rake-d.txt", "nbproject/project.xml", "nbproject/project.properties", "lib/smusher.rb", "spec/out/people.jpg", "spec/spec_helper.rb", "spec/smusher_spec.rb", "spec/images/logo.gif", "spec/images/woman.jpeg", "spec/images/add.png", "spec/images/drink_empty.png", "spec/images/people.jpg", "spec/images/water.JPG", "spec/reduced/fam.png", "spec/reduced/add.png", "ar.gif", "bin/smusher", "Rakefile", "README.markdown", "smusher.gemspec"]
15
+ s.files = ["Manifest", "lib/smusher.rb", "spec/out/people.jpg", "spec/spec_helper.rb", "spec/smusher_spec.rb", "spec/images/logo.gif", "spec/images/woman.jpeg", "spec/images/add.png", "spec/images/drink_empty.png", "spec/images/people.jpg", "spec/images/water.JPG", "spec/reduced/fam.png", "spec/reduced/add.png", "bin/smusher", "Rakefile", "README.markdown", "smusher.gemspec"]
16
16
  s.has_rdoc = true
17
17
  s.homepage = %q{http://github.com/grosser/smusher}
18
18
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Smusher", "--main", "README.markdown"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grosser-smusher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Grosser
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-01-26 00:00:00 -08:00
12
+ date: 2009-01-27 00:00:00 -08:00
13
13
  default_executable: smusher
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -51,10 +51,6 @@ extra_rdoc_files:
51
51
  - README.markdown
52
52
  files:
53
53
  - Manifest
54
- - nbproject/private/private.xml
55
- - nbproject/private/rake-d.txt
56
- - nbproject/project.xml
57
- - nbproject/project.properties
58
54
  - lib/smusher.rb
59
55
  - spec/out/people.jpg
60
56
  - spec/spec_helper.rb
@@ -67,7 +63,6 @@ files:
67
63
  - spec/images/water.JPG
68
64
  - spec/reduced/fam.png
69
65
  - spec/reduced/add.png
70
- - ar.gif
71
66
  - bin/smusher
72
67
  - Rakefile
73
68
  - README.markdown