middleman-smusher 0.1.0 → 0.2.0.pre1

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -2,3 +2,4 @@
2
2
  .bundle
3
3
  Gemfile.lock
4
4
  pkg/*
5
+ .rvmrc
@@ -1,5 +1,5 @@
1
1
  module Middleman
2
2
  module Smusher
3
- VERSION = "0.1.0"
3
+ VERSION = "0.2.0.pre1"
4
4
  end
5
5
  end
@@ -0,0 +1 @@
1
+ require "middleman-smusher"
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = Middleman::Smusher::VERSION
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Thomas Reynolds"]
10
- s.email = ["tdreyno@gmail.com"]
10
+ s.email = ["me@tdreyno.com"]
11
11
  s.homepage = "https://github.com/tdreyno/middleman-smusher"
12
12
  s.summary = %q{Compress images in your Middleman project}
13
13
  s.description = %q{Compress images in your Middleman project}
metadata CHANGED
@@ -1,13 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-smusher
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
5
- prerelease:
4
+ hash: 1923831947
5
+ prerelease: 6
6
6
  segments:
7
7
  - 0
8
- - 1
8
+ - 2
9
9
  - 0
10
- version: 0.1.0
10
+ - pre
11
+ - 1
12
+ version: 0.2.0.pre1
11
13
  platform: ruby
12
14
  authors:
13
15
  - Thomas Reynolds
@@ -15,7 +17,7 @@ autorequire:
15
17
  bindir: bin
16
18
  cert_chain: []
17
19
 
18
- date: 2011-08-14 00:00:00 Z
20
+ date: 2011-08-18 00:00:00 Z
19
21
  dependencies:
20
22
  - !ruby/object:Gem::Dependency
21
23
  name: middleman
@@ -51,7 +53,7 @@ dependencies:
51
53
  version_requirements: *id002
52
54
  description: Compress images in your Middleman project
53
55
  email:
54
- - tdreyno@gmail.com
56
+ - me@tdreyno.com
55
57
  executables: []
56
58
 
57
59
  extensions: []
@@ -64,6 +66,7 @@ files:
64
66
  - Rakefile
65
67
  - lib/middleman-smusher.rb
66
68
  - lib/middleman-smusher/version.rb
69
+ - lib/middleman_init.rb
67
70
  - middleman-smusher.gemspec
68
71
  homepage: https://github.com/tdreyno/middleman-smusher
69
72
  licenses: []
@@ -85,12 +88,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
85
88
  required_rubygems_version: !ruby/object:Gem::Requirement
86
89
  none: false
87
90
  requirements:
88
- - - ">="
91
+ - - ">"
89
92
  - !ruby/object:Gem::Version
90
- hash: 3
93
+ hash: 25
91
94
  segments:
92
- - 0
93
- version: "0"
95
+ - 1
96
+ - 3
97
+ - 1
98
+ version: 1.3.1
94
99
  requirements: []
95
100
 
96
101
  rubyforge_project: middleman-smusher