You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Juweler is not supported anymore, it has some issues with ruby 2.3 and
is superseded by Juewlier.
* Reorganize Gemfile groups, Rakefile and skip development dependencies
in the Travis CI build since juwelier is not compatible with Ruby < 2.0.
Copy file name to clipboardExpand all lines: Rakefile
+14-10
Original file line number
Diff line number
Diff line change
@@ -10,18 +10,22 @@ end
10
10
11
11
require'rake'
12
12
13
-
require'jeweler'
14
-
Jeweler::Tasks.newdo |gem|
15
-
gem.name="ruby-plsql-spec"
16
-
gem.summary="Oracle PL/SQL unit testing framework using Ruby and RSpec"
17
-
gem.description=<<-EOS
13
+
begin
14
+
require'juwelier'
15
+
Juwelier::Tasks.newdo |gem|
16
+
gem.name="ruby-plsql-spec"
17
+
gem.summary="Oracle PL/SQL unit testing framework using Ruby and RSpec"
18
+
gem.description=<<-EOS
18
19
ruby-plsql-spec is Oracle PL/SQL unit testing framework which is built using Ruby programming language, ruby-plsql library and RSpec testing framework.
s.description="ruby-plsql-spec is Oracle PL/SQL unit testing framework which is built using Ruby programming language, ruby-plsql library and RSpec testing framework.\n"
s.description="ruby-plsql-spec is Oracle PL/SQL unit testing framework which is built using Ruby programming language, ruby-plsql library and RSpec testing framework.\n".freeze
0 commit comments