Skip to content

Commit 259dc78

Browse files
Merge pull request #61 from brettshollenberger/rc95
rc95
2 parents 83f06df + 50e47bc commit 259dc78

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
easy_ml (0.2.0.pre.rc94)
4+
easy_ml (0.2.0.pre.rc95)
55
activerecord
66
activerecord-import (~> 1.8.1)
77
activesupport

app/serializers/easy_ml/settings_serializer.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ class SettingsSerializer
1515
if Rails.root.join('.git').exist?
1616
sha = `cd #{Rails.root} && git rev-parse HEAD`.strip
1717
sha.presence || "Git SHA unavailable"
18+
elsif ENV["GIT_REVISION"]
19+
ENV["GIT_REVISION"]
1820
else
1921
"Not a git repository"
2022
end

easy_ml-0.2.0.pre.rc95.gem

932 KB
Binary file not shown.

lib/easy_ml/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module EasyML
4-
VERSION = "0.2.0-rc94"
4+
VERSION = "0.2.0-rc95"
55

66
module Version
77
end

0 commit comments

Comments
 (0)