We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d0c50c + bdc2596 commit 3bec8faCopy full SHA for 3bec8fa
3 files changed
.gitignore
@@ -0,0 +1,3 @@
1
+lib/syck.bundle
2
+pkg
3
+tmp
Manifest.txt
@@ -34,8 +34,8 @@ lib/syck/tag.rb
34
lib/syck/types.rb
35
lib/syck/yamlnode.rb
36
lib/syck/ypath.rb
37
+lib/yaml/engine_manager.rb
38
lib/yaml/syck.rb
-test/helper.rb
39
test/test_array.rb
40
test/test_boolean.rb
41
test/test_class.rb
lib/syck/constants.rb
@@ -6,7 +6,7 @@ module Syck
6
#
7
# Constants
8
9
- VERSION = '1.0.0'
+ VERSION = '1.0.2'
10
SUPPORTED_YAML_VERSIONS = ['1.0']
11
12
0 commit comments