1
0
mirror of https://github.com/seejohnrun/haste-client.git synced 2025-12-15 16:25:57 +00:00

3 Commits

Author SHA1 Message Date
John Crepezzi
22ea2e9e3c Bump version to 0.2.1 2014-11-01 10:24:07 -04:00
John Crepezzi
b6113d9fd3 Merge branch 'master' of github.com:seejohnrun/haste-client 2014-11-01 10:22:53 -04:00
John Crepezzi
a98f4d765e Remove bundler/setup 2014-11-01 10:22:40 -04:00
3 changed files with 1 additions and 4 deletions

View File

@@ -1,7 +1,5 @@
#!/usr/bin/env ruby
require 'bundler/setup'
require 'pathname'
path = Pathname.new(__FILE__)
require File.expand_path(File.dirname(path.realpath) + '/../lib/haste')

View File

@@ -1,5 +1,5 @@
module Haste
VERSION = '0.2.0'
VERSION = '0.2.1'
end

View File

@@ -1,2 +1 @@
require 'bundler/setup'
require File.dirname(__FILE__) + '/../lib/haste'