Skip to content

Commit e161031

Browse files
authored
Rename gem name (#3)
We decide to rename this gem so that the name could indicate appropreate behavior. We expect this gem will behave like IO-related gems, so the name includes 'input.' This gem includes input of remote data but doesn't include any output. Thus the name includes only 'input', not 'IO.'
1 parent 5208b01 commit e161031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

red-datastock.gemspec renamed to red-remote-input.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ end
77
require_relative "lib/datastock/version"
88

99
Gem::Specification.new do |spec|
10-
spec.name = "red-datastock"
10+
spec.name = "red-remote-input"
1111
spec.version = DataStock::VERSION
1212
spec.homepage = "https://github.com/red-data-tools/red-datastock"
1313
spec.authors = ["Kouhei Sutou"]

0 commit comments

Comments
 (0)