Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tenderlove/psych
Browse files Browse the repository at this point in the history
* 'master' of github.com:tenderlove/psych:
  [#163] Add license to gemspec, is MIT
  * ext/psych/yaml/yaml.h: [DOC] fix typo by @GreenGeorge [Fixes GH-161]   #161
  • Loading branch information
tenderlove committed Oct 29, 2013
2 parents 7b76cdd + bf7f086 commit 24b0860
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rdoc
@@ -1,3 +1,8 @@
Fri Sep 20 23:44:07 2013 Zachary Scott <e@zzak.io>

* ext/psych/yaml/yaml.h: [DOC] fix typo by @GreenGeorge [Fixes GH-161]
https://github.com/tenderlove/psych/pull/161

Fri Sep 6 02:37:22 2013 Aaron Patterson <aaron@tenderlovemaking.com>

* ext/psych/lib/psych/visitors/yaml_tree.rb: use double quotes when
Expand Down
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -14,6 +14,7 @@ require "rake/extensiontask"
Hoe.plugin :doofus, :git, :gemspec, :isolate

$hoe = Hoe.spec 'psych' do
license 'MIT'
developer 'Aaron Patterson', 'aaron@tenderlovemaking.com'

self.extra_rdoc_files = Dir['*.rdoc']
Expand Down
2 changes: 1 addition & 1 deletion ext/psych/yaml/yaml.h
Expand Up @@ -1851,7 +1851,7 @@ YAML_DECLARE(void)
yaml_emitter_set_canonical(yaml_emitter_t *emitter, int canonical);

/**
* Set the intendation increment.
* Set the indentation increment.
*
* @param[in,out] emitter An emitter object.
* @param[in] indent The indentation increment (1 < . < 10).
Expand Down

0 comments on commit 24b0860

Please sign in to comment.