ruby-bsdconv 0.9.0 → 9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Rakefile CHANGED
@@ -9,7 +9,7 @@ desc 'Generate gemspec'
9
9
  task 'gem:spec' do
10
10
  Gemgem.spec = Gemgem.create do |s|
11
11
  s.name = 'ruby-bsdconv'
12
- s.version = '0.9.0'
12
+ s.version = '9.1'
13
13
  s.extensions = 'ext/ruby-bsdconv/extconf.rb'
14
14
  s.authors = ['Buganini Q']
15
15
  s.homepage = 'https://github.com/buganini/ruby-bsdconv'
@@ -167,7 +167,7 @@ static VALUE m_conv_chunk_last(VALUE self, VALUE str){
167
167
  ins->output_mode=BSDCONV_AUTOMALLOC;
168
168
  ins->input.data=RSTRING_PTR(str);
169
169
  ins->input.len=RSTRING_LEN(str);
170
- ins->input.flags=1;
170
+ ins->input.flags=0;
171
171
  bsdconv(ins);
172
172
  ret=rb_str_new(ins->output.data, ins->output.len);
173
173
  bsdconv_free(ins->output.data);
data/ruby-bsdconv.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "ruby-bsdconv"
5
- s.version = "0.9.0"
5
+ s.version = "9.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Buganini Q"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-bsdconv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: '9.1'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: