This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rest-client--rest-client
Watch
1
Star
0
Fork
You've already forked rest-client--rest-client
0
mirror of
https://github.com/rest-client/rest-client.git
synced
2022-11-09 13:49:40 -05:00
Code
Releases
Activity
1914fef697
rest-client--rest-client
/
lib
/
restclient
/
version.rb
8 lines
115 B
Ruby
Raw
Normal View
History
Unescape
Escape
Restore version file and use it in gemspec. After the VERSION file was removed in ca52137496d, RestClient.version would always return "0.0.0".
2013-08-06 23:17:08 -04:00
module
RestClient
Tag version 1.7.2.rc1
2014-07-12 22:13:21 -04:00
VERSION
=
'1.7.2.rc1'
unless
defined?
(
self
::
VERSION
)
Restore version file and use it in gemspec. After the VERSION file was removed in ca52137496d, RestClient.version would always return "0.0.0".
2013-08-06 23:17:08 -04:00
def
self
.
version
VERSION
end
end
Copy permalink