summaryrefslogtreecommitdiff
path: root/lib/gitlab/import_export.rb
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-07-01 13:03:37 +0200
committerJames Lopez <james@jameslopez.es>2016-07-19 09:59:54 +0200
commitbf1ea8c6fe34abe7bde8913f6a6d88eff4d77fc3 (patch)
tree7efe0308af51ae90f2eb5044757614bb9828b2f9 /lib/gitlab/import_export.rb
parent78cd5b8d0e0a69d7b1681bf98b17ccb7a22dde5f (diff)
downloadgitlab-ce-bf1ea8c6fe34abe7bde8913f6a6d88eff4d77fc3.tar.gz
Squashed - fix encoding issuefix/import-export-encoding
WIP - trying to replicate UTF-8 error fix spec fixing encoding issue and another spec, to do with MR diffs fix issue and spec failure Add changelog and bumped up I/E version fix spec based on feedback - omitted target project
Diffstat (limited to 'lib/gitlab/import_export.rb')
-rw-r--r--lib/gitlab/import_export.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/import_export.rb b/lib/gitlab/import_export.rb
index bab2ea73c4f..d6d14bd98a0 100644
--- a/lib/gitlab/import_export.rb
+++ b/lib/gitlab/import_export.rb
@@ -2,7 +2,7 @@ module Gitlab
module ImportExport
extend self
- VERSION = '0.1.1'
+ VERSION = '0.1.2'
FILENAME_LIMIT = 50
def export_path(relative_path:)