Skip to content

Commit 1fd1945

Browse files
committed
version 1.4.1, make the gem buildable
1 parent 8d189e5 commit 1fd1945

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

gist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ module Gist
7979
end
8080
end
8181
module Gist
82-
VERSION = Version = '1.4.0'
82+
VERSION = Version = '1.4.1'
8383
end
8484
require 'open-uri'
8585
require 'net/https'

gist.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
lib = File.expand_path("../lib", __FILE__)
2+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
13
require 'gist'
24

35
Gem::Specification.new do |s|

lib/gist/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Gist
2-
VERSION = Version = '1.4.0'
2+
VERSION = Version = '1.4.1'
33
end

0 commit comments

Comments
 (0)