File tree 3 files changed +8
-2
lines changed 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- scriptura (0.0.2 )
4
+ scriptura (0.0.3 )
5
5
safe_yaml
6
6
7
7
GEM
Original file line number Diff line number Diff line change
1
+ module Scriptura
2
+ module Version
3
+ STRING = '0.0.3'
4
+ end
5
+ end
Original file line number Diff line number Diff line change 1
1
# -*- encoding: utf-8 -*-
2
2
$LOAD_PATH. push File . expand_path ( '../lib' , __FILE__ )
3
+ require "scriptura/version"
3
4
4
5
Gem ::Specification . new do |gem |
5
6
gem . authors = [ 'Gagan Awhad' ]
@@ -14,7 +15,7 @@ Gem::Specification.new do |gem|
14
15
gem . test_files = gem . files . grep ( %r{^(test|spec|features)/} )
15
16
gem . name = 'scriptura'
16
17
gem . require_paths = [ 'lib' ]
17
- gem . version = '0.0.2'
18
+ gem . version = Scriptura :: Version :: STRING
18
19
gem . add_runtime_dependency 'safe_yaml'
19
20
gem . add_development_dependency 'rspec'
20
21
gem . add_development_dependency 'rubocop'
You can’t perform that action at this time.
0 commit comments