Skip to content

Commit 3bec8fa

Browse files
committed
Merge pull request #3 from hsbt/fix-release-task
Fix release task * hsbt/fix-release-task: added gitignore update gem version update Manifest for release via hoe
2 parents 9d0c50c + bdc2596 commit 3bec8fa

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
lib/syck.bundle
2+
pkg
3+
tmp

Manifest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ lib/syck/tag.rb
3434
lib/syck/types.rb
3535
lib/syck/yamlnode.rb
3636
lib/syck/ypath.rb
37+
lib/yaml/engine_manager.rb
3738
lib/yaml/syck.rb
38-
test/helper.rb
3939
test/test_array.rb
4040
test/test_boolean.rb
4141
test/test_class.rb

lib/syck/constants.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module Syck
66
#
77
# Constants
88
#
9-
VERSION = '1.0.0'
9+
VERSION = '1.0.2'
1010
SUPPORTED_YAML_VERSIONS = ['1.0']
1111

1212
#

0 commit comments

Comments
 (0)