middleman 2.0.0.rc6 → 2.0.0.rc7

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.
@@ -9,7 +9,7 @@ Feature: Minify CSS
9
9
  Scenario: Rendering external css with the feature disabled
10
10
  Given "minify_css" feature is "disabled"
11
11
  When I go to "/stylesheets/site.css"
12
- Then I should see "56" lines
12
+ Then I should see "55" lines
13
13
 
14
14
  # Scenario: Rendering inline css with the feature enabled
15
15
  # Given "minify_css" feature is "enabled"
@@ -1,3 +1,3 @@
1
1
  module Middleman
2
- VERSION = "2.0.0.rc6"
2
+ VERSION = "2.0.0.rc7"
3
3
  end
data/middleman.gemspec CHANGED
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
18
18
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
19
19
  s.require_paths = ["lib"]
20
20
 
21
- s.add_runtime_dependency("rack", ["~> 1.1"])
21
+ s.add_runtime_dependency("rack", ["~> 1.3.0"])
22
22
  s.add_runtime_dependency("thor", ["~> 0.14.0"])
23
23
  s.add_runtime_dependency("tilt", ["~> 1.3.1"])
24
24
  s.add_runtime_dependency("rdiscount", ["~> 1.6.8"])
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: middleman
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 6
5
- version: 2.0.0.rc6
5
+ version: 2.0.0.rc7
6
6
  platform: ruby
7
7
  authors:
8
8
  - Thomas Reynolds
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-07-14 00:00:00 -07:00
13
+ date: 2011-07-16 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -21,7 +21,7 @@ dependencies:
21
21
  requirements:
22
22
  - - ~>
23
23
  - !ruby/object:Gem::Version
24
- version: "1.1"
24
+ version: 1.3.0
25
25
  type: :runtime
26
26
  version_requirements: *id001
27
27
  - !ruby/object:Gem::Dependency