mirror of
https://github.com/seejohnrun/haste-client.git
synced 2025-12-16 08:45:55 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
22ea2e9e3c | ||
|
|
b6113d9fd3 | ||
|
|
a98f4d765e |
@@ -1,7 +1,5 @@
|
|||||||
#!/usr/bin/env ruby
|
#!/usr/bin/env ruby
|
||||||
|
|
||||||
require 'bundler/setup'
|
|
||||||
|
|
||||||
require 'pathname'
|
require 'pathname'
|
||||||
path = Pathname.new(__FILE__)
|
path = Pathname.new(__FILE__)
|
||||||
require File.expand_path(File.dirname(path.realpath) + '/../lib/haste')
|
require File.expand_path(File.dirname(path.realpath) + '/../lib/haste')
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
module Haste
|
module Haste
|
||||||
|
|
||||||
VERSION = '0.2.0'
|
VERSION = '0.2.1'
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -1,2 +1 @@
|
|||||||
require 'bundler/setup'
|
|
||||||
require File.dirname(__FILE__) + '/../lib/haste'
|
require File.dirname(__FILE__) + '/../lib/haste'
|
||||||
|
|||||||
Reference in New Issue
Block a user