Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
C3SL
dspace-rest-client
Commits
d1ed1593
Commit
d1ed1593
authored
Oct 25, 2016
by
Mateus Rambo Strey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update version to support rails 5
parent
99106446
Pipeline
#7449
passed with stage
in 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dspace_rest_client.gemspec
dspace_rest_client.gemspec
+1
-1
lib/dspace/version.rb
lib/dspace/version.rb
+1
-1
No files found.
dspace_rest_client.gemspec
View file @
d1ed1593
...
...
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require
'dspace/version'
Gem
::
Specification
.
new
do
|
spec
|
spec
.
date
=
'2016-0
3-14
'
spec
.
date
=
'2016-0
9-27
'
spec
.
name
=
'dspace_rest_client'
spec
.
version
=
Dspace
::
VERSION
spec
.
authors
=
[
'Mauricio Giacomini Girardello'
,
'Lucas Ernesto Kindinger'
,
'Bruno N. Zanette'
,
'Mateus Rambo Strey'
]
...
...
lib/dspace/version.rb
View file @
d1ed1593
module
Dspace
VERSION
=
"2.2.
6
"
VERSION
=
"2.2.
7
"
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment