Skip to content

Commit 65f338a

Browse files
committed
small clean up on Rakefile and gemspec
1 parent 140fd7b commit 65f338a

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

Rakefile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
require 'bundler'
2-
Bundler::GemHelper.install_tasks
3-
1+
require 'bundler/gem_tasks'
42
require 'cucumber/rake/task'
53

64
Cucumber::Rake::Task.new(:cucumber, 'Run features that should pass') do |t|
@@ -9,10 +7,7 @@ Cucumber::Rake::Task.new(:cucumber, 'Run features that should pass') do |t|
97
t.cucumber_opts = "--color --tags ~@wip #{exempt_tags} --strict --format #{ENV['CUCUMBER_FORMAT'] || 'pretty'}"
108
end
119

12-
require 'rake/clean'
13-
1410
task :test => ["cucumber"]
15-
1611
task :default => :test
1712

1813
desc "Build HTML documentation"

middleman-syntax.gemspec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# -*- encoding: utf-8 -*-
2-
$:.push File.expand_path("../lib", __FILE__)
3-
require "middleman-syntax/version"
1+
require "./lib/middleman-syntax/version"
42

53
Gem::Specification.new do |s|
64
s.name = "middleman-syntax"

0 commit comments

Comments
 (0)