bc3 0.1.0

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.
metadata ADDED
@@ -0,0 +1,119 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: bc3
3
+ version: !ruby/object:Gem::Version
4
+ hash: 27
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 1
9
+ - 0
10
+ version: 0.1.0
11
+ platform: ruby
12
+ authors:
13
+ - Knut Lickert
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2011-01-24 00:00:00 +01:00
19
+ default_executable:
20
+ dependencies:
21
+ - !ruby/object:Gem::Dependency
22
+ name: log4r
23
+ prerelease: false
24
+ requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ hash: 3
30
+ segments:
31
+ - 0
32
+ version: "0"
33
+ type: :runtime
34
+ version_requirements: *id001
35
+ description: |
36
+ Build and analyse Beyond Compare (BC3) Snapshot-Files.
37
+ This gem allows flexible definition of BC3-snapshots and
38
+ actions like snapshot merge...
39
+
40
+ More about Beyond compare at http://www.scootersoftware.com
41
+
42
+ email: knut@lickert.net
43
+ executables:
44
+ - bc3_merge.rb
45
+ extensions: []
46
+
47
+ extra_rdoc_files:
48
+ - BCSS_Binary_Format.txt
49
+ - bin/bc3_merge.rb
50
+ files:
51
+ - BCSS_Binary_Format.txt
52
+ - bin/bc3_merge.rb
53
+ - lib/bc3.rb
54
+ - lib/bc3/file.rb
55
+ - lib/bc3/folder.rb
56
+ - lib/bc3/helper.rb
57
+ - lib/bc3/parse.rb
58
+ - lib/bc3/snapshot.rb
59
+ - lib/bc3/time.rb
60
+ - unittest/unittest_bc3.rb
61
+ - unittest/unittest_bc3_file.rb
62
+ - unittest/unittest_bc3_folder.rb
63
+ - unittest/unittest_bc3_snapshot.rb
64
+ - unittest/unittest_bc3_merge.rb
65
+ - examples/test_combine.rb
66
+ - examples/test_filesystem.rb
67
+ - examples/test_hardcoded.rb
68
+ - examples/test_yaml.rb
69
+ - examples/test_merge.bat
70
+ - examples/folder1_2011-01-21.bcss
71
+ - examples/folder2_2011-01-21.bcss
72
+ has_rdoc: true
73
+ homepage: http://www.scootersoftware.com/vbulletin/showthread.php?t=7210
74
+ licenses: []
75
+
76
+ post_install_message:
77
+ rdoc_options:
78
+ - --main
79
+ - lib/bc3.rb
80
+ require_paths:
81
+ - lib
82
+ required_ruby_version: !ruby/object:Gem::Requirement
83
+ none: false
84
+ requirements:
85
+ - - ">="
86
+ - !ruby/object:Gem::Version
87
+ hash: 3
88
+ segments:
89
+ - 0
90
+ version: "0"
91
+ required_rubygems_version: !ruby/object:Gem::Requirement
92
+ none: false
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ hash: 3
97
+ segments:
98
+ - 0
99
+ version: "0"
100
+ requirements:
101
+ - Beyond Compare, see http://www.scootersoftware.com
102
+ rubyforge_project:
103
+ rubygems_version: 1.3.7
104
+ signing_key:
105
+ specification_version: 3
106
+ summary: Build and analyse Beyond Compare (BC3) Snapshot-Files.
107
+ test_files:
108
+ - unittest/unittest_bc3.rb
109
+ - unittest/unittest_bc3_file.rb
110
+ - unittest/unittest_bc3_folder.rb
111
+ - unittest/unittest_bc3_snapshot.rb
112
+ - unittest/unittest_bc3_merge.rb
113
+ - examples/test_combine.rb
114
+ - examples/test_filesystem.rb
115
+ - examples/test_hardcoded.rb
116
+ - examples/test_yaml.rb
117
+ - examples/test_merge.bat
118
+ - examples/folder1_2011-01-21.bcss
119
+ - examples/folder2_2011-01-21.bcss