Skip to content

Commit 421ef27

Browse files
committed
Change name
1 parent 99aa6e5 commit 421ef27

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

mdarray-jcsv.gemspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ EOF
2525
gem.authors = ['Rodrigo Botafogo']
2626
gem.email = '[email protected]'
2727
gem.homepage = 'http://github.com/rbotafogo/jCSV/wiki'
28-
gem.license = 'Apache-2.0'
28+
gem.license = 'BSD-2-Clause'
2929

3030
gem.add_runtime_dependency('mdarray', '~> 0.5')
3131
gem.add_runtime_dependency('critbit', '~> 0.5')
@@ -38,7 +38,8 @@ EOF
3838

3939
# ensure the gem is built out of versioned files
4040
gem.files = Dir['Rakefile', 'version.rb', 'config.rb', '{lib,test}/**/*.rb', 'test/**/*.csv',
41-
'test/**/*.xlsx', '{bin,doc,spec,vendor,target,data}/**/*',
41+
'test/**/*.xlsx',
42+
'{bin,doc,spec,vendor,target}/**/*',
4243
'README*', 'LICENSE*'] # & `git ls-files -z`.split("\0")
4344

4445
gem.test_files = Dir['test/*.rb']

version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
$gem_name = "mdarray-jCSV"
2-
$version="0.6.2"
1+
$gem_name = "mdarray-jcsv"
2+
$version="0.6.3"

0 commit comments

Comments
 (0)