ulla 0.9.3 → 0.9.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (63) hide show
  1. data/.autotest +5 -0
  2. data/History.txt +4 -0
  3. data/Manifest.txt +2 -53
  4. data/README.rdoc +5 -6
  5. data/lib/ulla/cli.rb +5 -7
  6. data/lib/ulla.rb +1 -1
  7. data/ulla.gemspec +53 -0
  8. data/website/index.html +11 -1
  9. data/website/index.txt +0 -1
  10. metadata +5 -56
  11. data/.git/COMMIT_EDITMSG +0 -13
  12. data/.git/HEAD +0 -1
  13. data/.git/config +0 -11
  14. data/.git/description +0 -1
  15. data/.git/hooks/applypatch-msg.sample +0 -15
  16. data/.git/hooks/commit-msg.sample +0 -24
  17. data/.git/hooks/post-commit.sample +0 -8
  18. data/.git/hooks/post-receive.sample +0 -15
  19. data/.git/hooks/post-update.sample +0 -8
  20. data/.git/hooks/pre-applypatch.sample +0 -14
  21. data/.git/hooks/pre-commit.sample +0 -18
  22. data/.git/hooks/pre-rebase.sample +0 -169
  23. data/.git/hooks/prepare-commit-msg.sample +0 -36
  24. data/.git/hooks/update.sample +0 -107
  25. data/.git/index +0 -0
  26. data/.git/info/exclude +0 -6
  27. data/.git/logs/HEAD +0 -3
  28. data/.git/logs/refs/heads/master +0 -3
  29. data/.git/logs/refs/remotes/origin/HEAD +0 -1
  30. data/.git/objects/06/9494e479f28b5751fb135b8e55e8fef3d3a02e +0 -0
  31. data/.git/objects/22/0df784191ad94983ca1d943e49fe482c9d1069 +0 -0
  32. data/.git/objects/3b/b6f2b7f563175a13a0ccd723aab761552f448b +0 -0
  33. data/.git/objects/41/f48aefb4d7a6a87eb423eaae77ae1e8a58dd6c +0 -0
  34. data/.git/objects/44/d1f1782e3ea1d9fd2f9054784b53e8e810a8ca +0 -0
  35. data/.git/objects/4f/364c2eac29f5c7fcbf06419c4f58074cd32ace +0 -2
  36. data/.git/objects/57/1326145a7a4b3e58f3d3008ba343135f213b05 +0 -4
  37. data/.git/objects/6c/4f0844f62b7345f0651b0fb2829a8f157469fb +0 -3
  38. data/.git/objects/73/8dc79450de050f12d48a32602f2ddbe6807029 +0 -0
  39. data/.git/objects/7b/4acb3aee6616d80e295ee21fe8bb7ee93ebe96 +0 -2
  40. data/.git/objects/9e/0a9235b0d70a8029098070007fb414cb52504e +0 -2
  41. data/.git/objects/9e/bfcad2906aac4a23a7c9689a47b76723f5d152 +0 -0
  42. data/.git/objects/a6/578c95f2f474303464b572e9dac716432472b2 +0 -0
  43. data/.git/objects/a8/65ef5700ff04601c6fc40fa5ede3cc25534723 +0 -0
  44. data/.git/objects/aa/285cb176668c5e49c54c6e1d3cc27bd47fd4f4 +0 -0
  45. data/.git/objects/b8/e3828a1082137c4aa4595386bdfb73e3c75b9d +0 -0
  46. data/.git/objects/c2/fb6afc000952b56354fe195682645000d2aea2 +0 -0
  47. data/.git/objects/c4/a0553ca0e3c4628e688ecb5e3304a8a8ac0c28 +0 -2
  48. data/.git/objects/c8/d49f83c4a32cff2d87dd4aa5f83eb7aac3a753 +0 -5
  49. data/.git/objects/ca/c25e8049075ed4bff993705acb4750b2b62ba9 +0 -0
  50. data/.git/objects/d2/ff2e939339eb3fb776e064c258e71dfa1cf396 +0 -0
  51. data/.git/objects/d7/cedf9e2a8ff35b5d7dafdc0f20daed9c65ce44 +0 -0
  52. data/.git/objects/e2/e81af59e3a6c4aa8daac62add62860ae776ba4 +0 -0
  53. data/.git/objects/e5/7c47d183ce5dda1a944c7ee1c19c8a0c4bb278 +0 -0
  54. data/.git/objects/eb/f4a4e1e50bb30731597f776e56b0ccb0c9959f +0 -0
  55. data/.git/objects/f6/39d6f6cf883fde4b9052012919c1df3288c7da +0 -0
  56. data/.git/objects/f8/2346f308f49053df108b7c31ac3089e8b4b4ac +0 -0
  57. data/.git/objects/fb/4b193bb1cbe9041d2f00176f6caa6acfb1fc12 +0 -0
  58. data/.git/objects/pack/pack-aebf617a0b8e016433238d2f21f542bc5b21bd15.idx +0 -0
  59. data/.git/objects/pack/pack-aebf617a0b8e016433238d2f21f542bc5b21bd15.pack +0 -0
  60. data/.git/packed-refs +0 -8
  61. data/.git/refs/heads/master +0 -1
  62. data/.git/refs/remotes/origin/HEAD +0 -1
  63. data/.gitignore +0 -8
data/.autotest ADDED
@@ -0,0 +1,5 @@
1
+ #require 'autotest/screen'
2
+
3
+ #Autotest::Screen.statusline = '%H %`%-w%{=b bw}%n %t%{-}%+w (your statusline)'
4
+ #Autotest::Screen.statusline = '%{=b}%{G} Screen(s): %{b}%w %=%{kG}%C%A %D, %M/%d/%Y (your statusline)'
5
+
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.9.4 18/03/2009
2
+
3
+ * Fixed a bug for environment label and residue name when --cys 2 is set
4
+
1
5
  == 0.9.3 23/2/2009
2
6
 
3
7
  * Egor has been renamed to Ulla!
data/Manifest.txt CHANGED
@@ -1,56 +1,4 @@
1
- .git/COMMIT_EDITMSG
2
- .git/HEAD
3
- .git/config
4
- .git/description
5
- .git/hooks/applypatch-msg.sample
6
- .git/hooks/commit-msg.sample
7
- .git/hooks/post-commit.sample
8
- .git/hooks/post-receive.sample
9
- .git/hooks/post-update.sample
10
- .git/hooks/pre-applypatch.sample
11
- .git/hooks/pre-commit.sample
12
- .git/hooks/pre-rebase.sample
13
- .git/hooks/prepare-commit-msg.sample
14
- .git/hooks/update.sample
15
- .git/index
16
- .git/info/exclude
17
- .git/logs/HEAD
18
- .git/logs/refs/heads/master
19
- .git/logs/refs/remotes/origin/HEAD
20
- .git/objects/06/9494e479f28b5751fb135b8e55e8fef3d3a02e
21
- .git/objects/22/0df784191ad94983ca1d943e49fe482c9d1069
22
- .git/objects/3b/b6f2b7f563175a13a0ccd723aab761552f448b
23
- .git/objects/41/f48aefb4d7a6a87eb423eaae77ae1e8a58dd6c
24
- .git/objects/44/d1f1782e3ea1d9fd2f9054784b53e8e810a8ca
25
- .git/objects/4f/364c2eac29f5c7fcbf06419c4f58074cd32ace
26
- .git/objects/57/1326145a7a4b3e58f3d3008ba343135f213b05
27
- .git/objects/6c/4f0844f62b7345f0651b0fb2829a8f157469fb
28
- .git/objects/73/8dc79450de050f12d48a32602f2ddbe6807029
29
- .git/objects/7b/4acb3aee6616d80e295ee21fe8bb7ee93ebe96
30
- .git/objects/9e/0a9235b0d70a8029098070007fb414cb52504e
31
- .git/objects/9e/bfcad2906aac4a23a7c9689a47b76723f5d152
32
- .git/objects/a6/578c95f2f474303464b572e9dac716432472b2
33
- .git/objects/a8/65ef5700ff04601c6fc40fa5ede3cc25534723
34
- .git/objects/aa/285cb176668c5e49c54c6e1d3cc27bd47fd4f4
35
- .git/objects/b8/e3828a1082137c4aa4595386bdfb73e3c75b9d
36
- .git/objects/c2/fb6afc000952b56354fe195682645000d2aea2
37
- .git/objects/c4/a0553ca0e3c4628e688ecb5e3304a8a8ac0c28
38
- .git/objects/c8/d49f83c4a32cff2d87dd4aa5f83eb7aac3a753
39
- .git/objects/ca/c25e8049075ed4bff993705acb4750b2b62ba9
40
- .git/objects/d2/ff2e939339eb3fb776e064c258e71dfa1cf396
41
- .git/objects/d7/cedf9e2a8ff35b5d7dafdc0f20daed9c65ce44
42
- .git/objects/e2/e81af59e3a6c4aa8daac62add62860ae776ba4
43
- .git/objects/e5/7c47d183ce5dda1a944c7ee1c19c8a0c4bb278
44
- .git/objects/eb/f4a4e1e50bb30731597f776e56b0ccb0c9959f
45
- .git/objects/f6/39d6f6cf883fde4b9052012919c1df3288c7da
46
- .git/objects/f8/2346f308f49053df108b7c31ac3089e8b4b4ac
47
- .git/objects/fb/4b193bb1cbe9041d2f00176f6caa6acfb1fc12
48
- .git/objects/pack/pack-aebf617a0b8e016433238d2f21f542bc5b21bd15.idx
49
- .git/objects/pack/pack-aebf617a0b8e016433238d2f21f542bc5b21bd15.pack
50
- .git/packed-refs
51
- .git/refs/heads/master
52
- .git/refs/remotes/origin/HEAD
53
- .gitignore
1
+ .autotest
54
2
  History.txt
55
3
  Manifest.txt
56
4
  PostInstall.txt
@@ -83,6 +31,7 @@ test/test_ulla.rb
83
31
  test/ulla/test_cli.rb
84
32
  test/ulla/test_environment_class_hash.rb
85
33
  test/ulla/test_environment_feature.rb
34
+ ulla.gemspec
86
35
  website/index.html
87
36
  website/index.txt
88
37
  website/javascripts/rounded_corners_lite.inc.js
data/README.rdoc CHANGED
@@ -94,7 +94,7 @@ It's pretty much the same as Kenji's subst (http://www-cryst.bioc.cam.ac.uk/~ken
94
94
 
95
95
  == Usage
96
96
 
97
- 1. Prepare an environmental class definition file. For more details, please check this notes (http://www-cryst.bioc.cam.ac.uk/~kenji/subst/NOTES).
97
+ 1. Prepare an environmental class definition file. For more details, please check this notes (http://www-cryst.bioc.cam.ac.uk/~kenji/subst/NOTES). You can download a sample environmental class definition file from http://www-cryst.bioc.cam.ac.uk/~kenji/subst/classdef.dat
98
98
 
99
99
  ~user $ cat classdef.dat
100
100
  #
@@ -104,7 +104,7 @@ It's pretty much the same as Kenji's subst (http://www-cryst.bioc.cam.ac.uk/~ken
104
104
  secondary structure and phi angle;HEPC;HEPC;T;F
105
105
  solvent accessibility;TF;Aa;F;F
106
106
 
107
- 2. Prepare structural alignments and their annotations of above environmental classes in PIR format.
107
+ 2. Prepare structural alignments and their annotations of above environmental classes in PIR format. You can download sample alignments from http://www-cryst.bioc.cam.ac.uk/~kenji/subst/alltem-allmask.tar.gz
108
108
 
109
109
  ~user $ cat sample1.tem
110
110
  >P1;1mnma
@@ -153,13 +153,13 @@ It's pretty much the same as Kenji's subst (http://www-cryst.bioc.cam.ac.uk/~ken
153
153
 
154
154
  ~user $ ulla -l TEMLIST --output 2 -o substlogo.mat
155
155
 
156
- 7. To produce substitution data only from the sequence pairs within a given PID range, type (if you don't provide any name for output, 'allmat.dat' will be used.)
156
+ 7. To produce substitution probability matrices only from the sequence pairs within a certain PID range, type (if you don't provide any name for output, 'allmat.dat' will be used.)
157
157
 
158
158
  ~user $ ulla -l TEMLIST --pidmin 60 --pidmax 80 --output 1
159
159
 
160
- 8. To change the clustering level (default 60), type
160
+ 8. To change the clustering level (default 60) to PID 80, type
161
161
 
162
- ~user $ ulla -l TEMLIST --weight 80 --output 2
162
+ ~user $ ulla -l TEMLIST --weight 80 --output 1
163
163
 
164
164
  9. In case positions are masked with the character 'X' in any environmental features, all mutations from/to the position will be excluded from the calculation of substitution counts.
165
165
 
@@ -235,7 +235,6 @@ It's pretty much the same as Kenji's subst (http://www-cryst.bioc.cam.ac.uk/~ken
235
235
  == TODO
236
236
 
237
237
  * Substitution table generation considering both the source and the target environmental classes
238
- * Remove dependency on NMatrix package
239
238
 
240
239
  == Repository
241
240
 
data/lib/ulla/cli.rb CHANGED
@@ -502,9 +502,7 @@ Options:
502
502
  'X'
503
503
  else
504
504
  if ei == 0 # Amino Acid Environment Feature
505
- (disulphide.has_key?(key) &&
506
- (disulphide[key][pos] == 'F') &&
507
- (sym == 'C')) ? 'J' : sym
505
+ (disulphide.has_key?(key) && (disulphide[key][pos] == 'F') && (sym == 'C') && ($cys != 2)) ? 'J' : sym
508
506
  else
509
507
  ec.labels[ec.symbols.index(sym)]
510
508
  end
@@ -569,8 +567,8 @@ Options:
569
567
  next
570
568
  end
571
569
 
572
- aa1 = (disulphide.has_key?(id1) && (disulphide[id1][pos] == 'F') && (aa1 == 'C')) ? 'J' : aa1
573
- aa2 = (disulphide.has_key?(id2) && (disulphide[id2][pos] == 'F') && (aa2 == 'C')) ? 'J' : aa2
570
+ aa1 = (disulphide.has_key?(id1) && (disulphide[id1][pos] == 'F') && (aa1 == 'C') && ($cys != 2)) ? 'J' : aa1
571
+ aa2 = (disulphide.has_key?(id2) && (disulphide[id2][pos] == 'F') && (aa2 == 'C') && ($cys != 2)) ? 'J' : aa2
574
572
 
575
573
  if $cst_features.empty?
576
574
  $env_classes[env_labels[id1][pos]].increase_residue_count(aa2)
@@ -684,8 +682,8 @@ Options:
684
682
  next
685
683
  end
686
684
 
687
- aa1 = (disulphide.has_key?(id1) && (disulphide[id1][pos] == 'F') && (aa1 == 'C')) ? 'J' : aa1
688
- aa2 = (disulphide.has_key?(id2) && (disulphide[id2][pos] == 'F') && (aa2 == 'C')) ? 'J' : aa2
685
+ aa1 = (disulphide.has_key?(id1) && (disulphide[id1][pos] == 'F') && (aa1 == 'C') && ($cys != 2)) ? 'J' : aa1
686
+ aa2 = (disulphide.has_key?(id2) && (disulphide[id2][pos] == 'F') && (aa2 == 'C') && ($cys != 2)) ? 'J' : aa2
689
687
  cnt1 = 1.0 / cluster1.size
690
688
  cnt2 = 1.0 / cluster2.size
691
689
  jnt_cnt = cnt1 * cnt2
data/lib/ulla.rb CHANGED
@@ -2,5 +2,5 @@ $:.unshift(File.dirname(__FILE__)) unless
2
2
  $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
3
3
 
4
4
  module Ulla
5
- VERSION = '0.9.3'
5
+ VERSION = '0.9.4'
6
6
  end
data/ulla.gemspec ADDED
@@ -0,0 +1,53 @@
1
+ # -*- encoding: utf-8 -*-
2
+
3
+ Gem::Specification.new do |s|
4
+ s.name = %q{ulla}
5
+ s.version = "0.9.4"
6
+
7
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
+ s.authors = ["Semin Lee"]
9
+ s.date = %q{2009-03-18}
10
+ s.default_executable = %q{ulla}
11
+ s.description = %q{'ulla' is a program for calculating environment-specific substitution tables from user providing environmental class definitions and sequence alignments with the annotations of the environment classes.}
12
+ s.email = ["seminlee@gmail.com"]
13
+ s.executables = ["ulla"]
14
+ s.extra_rdoc_files = ["History.txt", "Manifest.txt", "PostInstall.txt", "README.rdoc", "website/index.txt"]
15
+ s.files = [".autotest", "History.txt", "Manifest.txt", "PostInstall.txt", "README.rdoc", "Rakefile", "bin/ulla", "config/website.yml", "config/website.yml.sample", "lib/math_extensions.rb", "lib/narray_extensions.rb", "lib/nmatrix_extensions.rb", "lib/string_extensions.rb", "lib/ulla.rb", "lib/ulla/cli.rb", "lib/ulla/environment.rb", "lib/ulla/environment_class_hash.rb", "lib/ulla/environment_feature.rb", "lib/ulla/environment_feature_array.rb", "lib/ulla/heatmap_array.rb", "script/console", "script/destroy", "script/generate", "script/txt2html", "test/test_helper.rb", "test/test_math_extensions.rb", "test/test_narray_extensions.rb", "test/test_nmatrix_extensions.rb", "test/test_string_extensions.rb", "test/test_ulla.rb", "test/ulla/test_cli.rb", "test/ulla/test_environment_class_hash.rb", "test/ulla/test_environment_feature.rb", "ulla.gemspec", "website/index.html", "website/index.txt", "website/javascripts/rounded_corners_lite.inc.js", "website/stylesheets/screen.css", "website/template.html.erb"]
16
+ s.has_rdoc = true
17
+ s.homepage = %q{http://www-cryst.bioc.cam.ac.uk/ulla}
18
+ s.post_install_message = %q{PostInstall.txt}
19
+ s.rdoc_options = ["--main", "README.rdoc"]
20
+ s.require_paths = ["lib"]
21
+ s.rubyforge_project = %q{ulla}
22
+ s.rubygems_version = %q{1.3.1}
23
+ s.summary = %q{'ulla' is a program for calculating environment-specific substitution tables from user providing environmental class definitions and sequence alignments with the annotations of the environment classes.}
24
+ s.test_files = ["test/test_math_extensions.rb", "test/test_narray_extensions.rb", "test/test_nmatrix_extensions.rb", "test/test_string_extensions.rb", "test/ulla/test_cli.rb", "test/ulla/test_environment_class_hash.rb", "test/ulla/test_environment_feature.rb", "test/test_helper.rb", "test/test_ulla.rb"]
25
+
26
+ if s.respond_to? :specification_version then
27
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
28
+ s.specification_version = 2
29
+
30
+ if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
31
+ s.add_runtime_dependency(%q<narray>, [">= 0.5.9.5"])
32
+ s.add_runtime_dependency(%q<bio>, [">= 1.2.1"])
33
+ s.add_runtime_dependency(%q<facets>, [">= 2.4.5"])
34
+ s.add_runtime_dependency(%q<rmagick>, [">= 2.9.1"])
35
+ s.add_development_dependency(%q<newgem>, [">= 1.3.0"])
36
+ s.add_development_dependency(%q<hoe>, [">= 1.8.0"])
37
+ else
38
+ s.add_dependency(%q<narray>, [">= 0.5.9.5"])
39
+ s.add_dependency(%q<bio>, [">= 1.2.1"])
40
+ s.add_dependency(%q<facets>, [">= 2.4.5"])
41
+ s.add_dependency(%q<rmagick>, [">= 2.9.1"])
42
+ s.add_dependency(%q<newgem>, [">= 1.3.0"])
43
+ s.add_dependency(%q<hoe>, [">= 1.8.0"])
44
+ end
45
+ else
46
+ s.add_dependency(%q<narray>, [">= 0.5.9.5"])
47
+ s.add_dependency(%q<bio>, [">= 1.2.1"])
48
+ s.add_dependency(%q<facets>, [">= 2.4.5"])
49
+ s.add_dependency(%q<rmagick>, [">= 2.9.1"])
50
+ s.add_dependency(%q<newgem>, [">= 1.3.0"])
51
+ s.add_dependency(%q<hoe>, [">= 1.8.0"])
52
+ end
53
+ end
data/website/index.html CHANGED
@@ -9,8 +9,18 @@
9
9
  </head>
10
10
  <body>
11
11
  <p>
12
- Egor has been renamed to Ulla, and an official web site for Ulla will be available when our new web contents management system is ready. Until then, this page will be redirected to its Git repository, <a href="http://http://github.com/semin/ulla/">http://github.com/semin/ulla</a> in 5 seconds.
12
+ Egor has been renamed to Ulla, and an official web site for Ulla will be available when our new web contents management system is ready. Until then, this page will be redirected to its Git repository, <a href="http://github.com/semin/ulla/">http://github.com/semin/ulla</a> in 5 seconds.
13
13
  </p>
14
14
  - Semin
15
+ <script type="text/javascript">
16
+ var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
17
+ document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
18
+ </script>
19
+ <script type="text/javascript">
20
+ try {
21
+ var pageTracker = _gat._getTracker("UA-7633498-1");
22
+ pageTracker._trackPageview();
23
+ } catch(err) {}
24
+ </script>
15
25
  </body>
16
26
  </html>
data/website/index.txt CHANGED
@@ -30,7 +30,6 @@ Following RubyGems will be automatically installed if you have rubygems installe
30
30
  * narray (http://narray.rubyforge.org/)
31
31
  * facets (http://facets.rubyforge.org/)
32
32
  * bio (http://bioruby.open-bio.org/)
33
- * simple_memoize (http://github.com/JackDanger/simple_memoize/tree/master)
34
33
 
35
34
 
36
35
  h2. Basic Usage
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ulla
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.3
4
+ version: 0.9.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Semin Lee
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-02-23 00:00:00 +00:00
12
+ date: 2009-03-18 00:00:00 +00:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -60,7 +60,7 @@ dependencies:
60
60
  requirements:
61
61
  - - ">="
62
62
  - !ruby/object:Gem::Version
63
- version: 1.2.3
63
+ version: 1.3.0
64
64
  version:
65
65
  - !ruby/object:Gem::Dependency
66
66
  name: hoe
@@ -86,59 +86,7 @@ extra_rdoc_files:
86
86
  - README.rdoc
87
87
  - website/index.txt
88
88
  files:
89
- - .git/COMMIT_EDITMSG
90
- - .git/HEAD
91
- - .git/config
92
- - .git/description
93
- - .git/hooks/applypatch-msg.sample
94
- - .git/hooks/commit-msg.sample
95
- - .git/hooks/post-commit.sample
96
- - .git/hooks/post-receive.sample
97
- - .git/hooks/post-update.sample
98
- - .git/hooks/pre-applypatch.sample
99
- - .git/hooks/pre-commit.sample
100
- - .git/hooks/pre-rebase.sample
101
- - .git/hooks/prepare-commit-msg.sample
102
- - .git/hooks/update.sample
103
- - .git/index
104
- - .git/info/exclude
105
- - .git/logs/HEAD
106
- - .git/logs/refs/heads/master
107
- - .git/logs/refs/remotes/origin/HEAD
108
- - .git/objects/06/9494e479f28b5751fb135b8e55e8fef3d3a02e
109
- - .git/objects/22/0df784191ad94983ca1d943e49fe482c9d1069
110
- - .git/objects/3b/b6f2b7f563175a13a0ccd723aab761552f448b
111
- - .git/objects/41/f48aefb4d7a6a87eb423eaae77ae1e8a58dd6c
112
- - .git/objects/44/d1f1782e3ea1d9fd2f9054784b53e8e810a8ca
113
- - .git/objects/4f/364c2eac29f5c7fcbf06419c4f58074cd32ace
114
- - .git/objects/57/1326145a7a4b3e58f3d3008ba343135f213b05
115
- - .git/objects/6c/4f0844f62b7345f0651b0fb2829a8f157469fb
116
- - .git/objects/73/8dc79450de050f12d48a32602f2ddbe6807029
117
- - .git/objects/7b/4acb3aee6616d80e295ee21fe8bb7ee93ebe96
118
- - .git/objects/9e/0a9235b0d70a8029098070007fb414cb52504e
119
- - .git/objects/9e/bfcad2906aac4a23a7c9689a47b76723f5d152
120
- - .git/objects/a6/578c95f2f474303464b572e9dac716432472b2
121
- - .git/objects/a8/65ef5700ff04601c6fc40fa5ede3cc25534723
122
- - .git/objects/aa/285cb176668c5e49c54c6e1d3cc27bd47fd4f4
123
- - .git/objects/b8/e3828a1082137c4aa4595386bdfb73e3c75b9d
124
- - .git/objects/c2/fb6afc000952b56354fe195682645000d2aea2
125
- - .git/objects/c4/a0553ca0e3c4628e688ecb5e3304a8a8ac0c28
126
- - .git/objects/c8/d49f83c4a32cff2d87dd4aa5f83eb7aac3a753
127
- - .git/objects/ca/c25e8049075ed4bff993705acb4750b2b62ba9
128
- - .git/objects/d2/ff2e939339eb3fb776e064c258e71dfa1cf396
129
- - .git/objects/d7/cedf9e2a8ff35b5d7dafdc0f20daed9c65ce44
130
- - .git/objects/e2/e81af59e3a6c4aa8daac62add62860ae776ba4
131
- - .git/objects/e5/7c47d183ce5dda1a944c7ee1c19c8a0c4bb278
132
- - .git/objects/eb/f4a4e1e50bb30731597f776e56b0ccb0c9959f
133
- - .git/objects/f6/39d6f6cf883fde4b9052012919c1df3288c7da
134
- - .git/objects/f8/2346f308f49053df108b7c31ac3089e8b4b4ac
135
- - .git/objects/fb/4b193bb1cbe9041d2f00176f6caa6acfb1fc12
136
- - .git/objects/pack/pack-aebf617a0b8e016433238d2f21f542bc5b21bd15.idx
137
- - .git/objects/pack/pack-aebf617a0b8e016433238d2f21f542bc5b21bd15.pack
138
- - .git/packed-refs
139
- - .git/refs/heads/master
140
- - .git/refs/remotes/origin/HEAD
141
- - .gitignore
89
+ - .autotest
142
90
  - History.txt
143
91
  - Manifest.txt
144
92
  - PostInstall.txt
@@ -171,6 +119,7 @@ files:
171
119
  - test/ulla/test_cli.rb
172
120
  - test/ulla/test_environment_class_hash.rb
173
121
  - test/ulla/test_environment_feature.rb
122
+ - ulla.gemspec
174
123
  - website/index.html
175
124
  - website/index.txt
176
125
  - website/javascripts/rounded_corners_lite.inc.js
data/.git/COMMIT_EDITMSG DELETED
@@ -1,13 +0,0 @@
1
- ulla.gemspec generated
2
- # Please enter the commit message for your changes. Lines starting
3
- # with '#' will be ignored, and an empty message aborts the commit.
4
- # On branch master
5
- # Your branch is ahead of 'origin/master' by 1 commit.
6
- #
7
- # Changes to be committed:
8
- # (use "git reset HEAD <file>..." to unstage)
9
- #
10
- # modified: Manifest.txt
11
- # modified: Rakefile
12
- # new file: ulla.gemspec
13
- #
data/.git/HEAD DELETED
@@ -1 +0,0 @@
1
- ref: refs/heads/master
data/.git/config DELETED
@@ -1,11 +0,0 @@
1
- [core]
2
- repositoryformatversion = 0
3
- filemode = true
4
- bare = false
5
- logallrefupdates = true
6
- [remote "origin"]
7
- url = git@github.com:semin/ulla.git
8
- fetch = +refs/heads/*:refs/remotes/origin/*
9
- [branch "master"]
10
- remote = origin
11
- merge = refs/heads/master
data/.git/description DELETED
@@ -1 +0,0 @@
1
- Unnamed repository; edit this file to name it for gitweb.
@@ -1,15 +0,0 @@
1
- #!/bin/sh
2
- #
3
- # An example hook script to check the commit log message taken by
4
- # applypatch from an e-mail message.
5
- #
6
- # The hook should exit with non-zero status after issuing an
7
- # appropriate message if it wants to stop the commit. The hook is
8
- # allowed to edit the commit message file.
9
- #
10
- # To enable this hook, rename this file to "applypatch-msg".
11
-
12
- . git-sh-setup
13
- test -x "$GIT_DIR/hooks/commit-msg" &&
14
- exec "$GIT_DIR/hooks/commit-msg" ${1+"$@"}
15
- :
@@ -1,24 +0,0 @@
1
- #!/bin/sh
2
- #
3
- # An example hook script to check the commit log message.
4
- # Called by git-commit with one argument, the name of the file
5
- # that has the commit message. The hook should exit with non-zero
6
- # status after issuing an appropriate message if it wants to stop the
7
- # commit. The hook is allowed to edit the commit message file.
8
- #
9
- # To enable this hook, rename this file to "commit-msg".
10
-
11
- # Uncomment the below to add a Signed-off-by line to the message.
12
- # Doing this in a hook is a bad idea in general, but the prepare-commit-msg
13
- # hook is more suited to it.
14
- #
15
- # SOB=$(git var GIT_AUTHOR_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p')
16
- # grep -qs "^$SOB" "$1" || echo "$SOB" >> "$1"
17
-
18
- # This example catches duplicate Signed-off-by lines.
19
-
20
- test "" = "$(grep '^Signed-off-by: ' "$1" |
21
- sort | uniq -c | sed -e '/^[ ]*1[ ]/d')" || {
22
- echo >&2 Duplicate Signed-off-by lines.
23
- exit 1
24
- }
@@ -1,8 +0,0 @@
1
- #!/bin/sh
2
- #
3
- # An example hook script that is called after a successful
4
- # commit is made.
5
- #
6
- # To enable this hook, rename this file to "post-commit".
7
-
8
- : Nothing
@@ -1,15 +0,0 @@
1
- #!/bin/sh
2
- #
3
- # An example hook script for the "post-receive" event.
4
- #
5
- # The "post-receive" script is run after receive-pack has accepted a pack
6
- # and the repository has been updated. It is passed arguments in through
7
- # stdin in the form
8
- # <oldrev> <newrev> <refname>
9
- # For example:
10
- # aa453216d1b3e49e7f6f98441fa56946ddcd6a20 68f7abf4e6f922807889f52bc043ecd31b79f814 refs/heads/master
11
- #
12
- # see contrib/hooks/ for an sample, or uncomment the next line and
13
- # rename the file to "post-receive".
14
-
15
- #. /usr/share/doc/git-core/contrib/hooks/post-receive-email
@@ -1,8 +0,0 @@
1
- #!/bin/sh
2
- #
3
- # An example hook script to prepare a packed repository for use over
4
- # dumb transports.
5
- #
6
- # To enable this hook, rename this file to "post-update".
7
-
8
- exec git-update-server-info
@@ -1,14 +0,0 @@
1
- #!/bin/sh
2
- #
3
- # An example hook script to verify what is about to be committed
4
- # by applypatch from an e-mail message.
5
- #
6
- # The hook should exit with non-zero status after issuing an
7
- # appropriate message if it wants to stop the commit.
8
- #
9
- # To enable this hook, rename this file to "pre-applypatch".
10
-
11
- . git-sh-setup
12
- test -x "$GIT_DIR/hooks/pre-commit" &&
13
- exec "$GIT_DIR/hooks/pre-commit" ${1+"$@"}
14
- :
@@ -1,18 +0,0 @@
1
- #!/bin/sh
2
- #
3
- # An example hook script to verify what is about to be committed.
4
- # Called by git-commit with no arguments. The hook should
5
- # exit with non-zero status after issuing an appropriate message if
6
- # it wants to stop the commit.
7
- #
8
- # To enable this hook, rename this file to "pre-commit".
9
-
10
- if git-rev-parse --verify HEAD 2>/dev/null
11
- then
12
- against=HEAD
13
- else
14
- # Initial commit: diff against an empty tree object
15
- against=4b825dc642cb6eb9a060e54bf8d69288fbee4904
16
- fi
17
-
18
- exec git diff-index --check --cached $against --
@@ -1,169 +0,0 @@
1
- #!/bin/sh
2
- #
3
- # Copyright (c) 2006, 2008 Junio C Hamano
4
- #
5
- # The "pre-rebase" hook is run just before "git-rebase" starts doing
6
- # its job, and can prevent the command from running by exiting with
7
- # non-zero status.
8
- #
9
- # The hook is called with the following parameters:
10
- #
11
- # $1 -- the upstream the series was forked from.
12
- # $2 -- the branch being rebased (or empty when rebasing the current branch).
13
- #
14
- # This sample shows how to prevent topic branches that are already
15
- # merged to 'next' branch from getting rebased, because allowing it
16
- # would result in rebasing already published history.
17
-
18
- publish=next
19
- basebranch="$1"
20
- if test "$#" = 2
21
- then
22
- topic="refs/heads/$2"
23
- else
24
- topic=`git symbolic-ref HEAD` ||
25
- exit 0 ;# we do not interrupt rebasing detached HEAD
26
- fi
27
-
28
- case "$topic" in
29
- refs/heads/??/*)
30
- ;;
31
- *)
32
- exit 0 ;# we do not interrupt others.
33
- ;;
34
- esac
35
-
36
- # Now we are dealing with a topic branch being rebased
37
- # on top of master. Is it OK to rebase it?
38
-
39
- # Does the topic really exist?
40
- git show-ref -q "$topic" || {
41
- echo >&2 "No such branch $topic"
42
- exit 1
43
- }
44
-
45
- # Is topic fully merged to master?
46
- not_in_master=`git-rev-list --pretty=oneline ^master "$topic"`
47
- if test -z "$not_in_master"
48
- then
49
- echo >&2 "$topic is fully merged to master; better remove it."
50
- exit 1 ;# we could allow it, but there is no point.
51
- fi
52
-
53
- # Is topic ever merged to next? If so you should not be rebasing it.
54
- only_next_1=`git-rev-list ^master "^$topic" ${publish} | sort`
55
- only_next_2=`git-rev-list ^master ${publish} | sort`
56
- if test "$only_next_1" = "$only_next_2"
57
- then
58
- not_in_topic=`git-rev-list "^$topic" master`
59
- if test -z "$not_in_topic"
60
- then
61
- echo >&2 "$topic is already up-to-date with master"
62
- exit 1 ;# we could allow it, but there is no point.
63
- else
64
- exit 0
65
- fi
66
- else
67
- not_in_next=`git-rev-list --pretty=oneline ^${publish} "$topic"`
68
- perl -e '
69
- my $topic = $ARGV[0];
70
- my $msg = "* $topic has commits already merged to public branch:\n";
71
- my (%not_in_next) = map {
72
- /^([0-9a-f]+) /;
73
- ($1 => 1);
74
- } split(/\n/, $ARGV[1]);
75
- for my $elem (map {
76
- /^([0-9a-f]+) (.*)$/;
77
- [$1 => $2];
78
- } split(/\n/, $ARGV[2])) {
79
- if (!exists $not_in_next{$elem->[0]}) {
80
- if ($msg) {
81
- print STDERR $msg;
82
- undef $msg;
83
- }
84
- print STDERR " $elem->[1]\n";
85
- }
86
- }
87
- ' "$topic" "$not_in_next" "$not_in_master"
88
- exit 1
89
- fi
90
-
91
- exit 0
92
-
93
- ################################################################
94
-
95
- This sample hook safeguards topic branches that have been
96
- published from being rewound.
97
-
98
- The workflow assumed here is:
99
-
100
- * Once a topic branch forks from "master", "master" is never
101
- merged into it again (either directly or indirectly).
102
-
103
- * Once a topic branch is fully cooked and merged into "master",
104
- it is deleted. If you need to build on top of it to correct
105
- earlier mistakes, a new topic branch is created by forking at
106
- the tip of the "master". This is not strictly necessary, but
107
- it makes it easier to keep your history simple.
108
-
109
- * Whenever you need to test or publish your changes to topic
110
- branches, merge them into "next" branch.
111
-
112
- The script, being an example, hardcodes the publish branch name
113
- to be "next", but it is trivial to make it configurable via
114
- $GIT_DIR/config mechanism.
115
-
116
- With this workflow, you would want to know:
117
-
118
- (1) ... if a topic branch has ever been merged to "next". Young
119
- topic branches can have stupid mistakes you would rather
120
- clean up before publishing, and things that have not been
121
- merged into other branches can be easily rebased without
122
- affecting other people. But once it is published, you would
123
- not want to rewind it.
124
-
125
- (2) ... if a topic branch has been fully merged to "master".
126
- Then you can delete it. More importantly, you should not
127
- build on top of it -- other people may already want to
128
- change things related to the topic as patches against your
129
- "master", so if you need further changes, it is better to
130
- fork the topic (perhaps with the same name) afresh from the
131
- tip of "master".
132
-
133
- Let's look at this example:
134
-
135
- o---o---o---o---o---o---o---o---o---o "next"
136
- / / / /
137
- / a---a---b A / /
138
- / / / /
139
- / / c---c---c---c B /
140
- / / / \ /
141
- / / / b---b C \ /
142
- / / / / \ /
143
- ---o---o---o---o---o---o---o---o---o---o---o "master"
144
-
145
-
146
- A, B and C are topic branches.
147
-
148
- * A has one fix since it was merged up to "next".
149
-
150
- * B has finished. It has been fully merged up to "master" and "next",
151
- and is ready to be deleted.
152
-
153
- * C has not merged to "next" at all.
154
-
155
- We would want to allow C to be rebased, refuse A, and encourage
156
- B to be deleted.
157
-
158
- To compute (1):
159
-
160
- git-rev-list ^master ^topic next
161
- git-rev-list ^master next
162
-
163
- if these match, topic has not merged in next at all.
164
-
165
- To compute (2):
166
-
167
- git-rev-list master..topic
168
-
169
- if this is empty, it is fully merged to "master".
@@ -1,36 +0,0 @@
1
- #!/bin/sh
2
- #
3
- # An example hook script to prepare the commit log message.
4
- # Called by git-commit with the name of the file that has the
5
- # commit message, followed by the description of the commit
6
- # message's source. The hook's purpose is to edit the commit
7
- # message file. If the hook fails with a non-zero status,
8
- # the commit is aborted.
9
- #
10
- # To enable this hook, rename this file to "prepare-commit-msg".
11
-
12
- # This hook includes three examples. The first comments out the
13
- # "Conflicts:" part of a merge commit.
14
- #
15
- # The second includes the output of "git diff --name-status -r"
16
- # into the message, just before the "git status" output. It is
17
- # commented because it doesn't cope with --amend or with squashed
18
- # commits.
19
- #
20
- # The third example adds a Signed-off-by line to the message, that can
21
- # still be edited. This is rarely a good idea.
22
-
23
- case "$2,$3" in
24
- merge,)
25
- perl -i.bak -ne 's/^/# /, s/^# #/#/ if /^Conflicts/ .. /#/; print' "$1" ;;
26
-
27
- # ,|template,)
28
- # perl -i.bak -pe '
29
- # print "\n" . `git diff --cached --name-status -r`
30
- # if /^#/ && $first++ == 0' "$1" ;;
31
-
32
- *) ;;
33
- esac
34
-
35
- # SOB=$(git var GIT_AUTHOR_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p')
36
- # grep -qs "^$SOB" "$1" || echo "$SOB" >> "$1"
@@ -1,107 +0,0 @@
1
- #!/bin/sh
2
- #
3
- # An example hook script to blocks unannotated tags from entering.
4
- # Called by git-receive-pack with arguments: refname sha1-old sha1-new
5
- #
6
- # To enable this hook, rename this file to "update".
7
- #
8
- # Config
9
- # ------
10
- # hooks.allowunannotated
11
- # This boolean sets whether unannotated tags will be allowed into the
12
- # repository. By default they won't be.
13
- # hooks.allowdeletetag
14
- # This boolean sets whether deleting tags will be allowed in the
15
- # repository. By default they won't be.
16
- # hooks.allowdeletebranch
17
- # This boolean sets whether deleting branches will be allowed in the
18
- # repository. By default they won't be.
19
- #
20
-
21
- # --- Command line
22
- refname="$1"
23
- oldrev="$2"
24
- newrev="$3"
25
-
26
- # --- Safety check
27
- if [ -z "$GIT_DIR" ]; then
28
- echo "Don't run this script from the command line." >&2
29
- echo " (if you want, you could supply GIT_DIR then run" >&2
30
- echo " $0 <ref> <oldrev> <newrev>)" >&2
31
- exit 1
32
- fi
33
-
34
- if [ -z "$refname" -o -z "$oldrev" -o -z "$newrev" ]; then
35
- echo "Usage: $0 <ref> <oldrev> <newrev>" >&2
36
- exit 1
37
- fi
38
-
39
- # --- Config
40
- allowunannotated=$(git config --bool hooks.allowunannotated)
41
- allowdeletebranch=$(git config --bool hooks.allowdeletebranch)
42
- allowdeletetag=$(git config --bool hooks.allowdeletetag)
43
-
44
- # check for no description
45
- projectdesc=$(sed -e '1q' "$GIT_DIR/description")
46
- if [ -z "$projectdesc" -o "$projectdesc" = "Unnamed repository; edit this file to name it for gitweb." ]; then
47
- echo "*** Project description file hasn't been set" >&2
48
- exit 1
49
- fi
50
-
51
- # --- Check types
52
- # if $newrev is 0000...0000, it's a commit to delete a ref.
53
- if [ "$newrev" = "0000000000000000000000000000000000000000" ]; then
54
- newrev_type=delete
55
- else
56
- newrev_type=$(git-cat-file -t $newrev)
57
- fi
58
-
59
- case "$refname","$newrev_type" in
60
- refs/tags/*,commit)
61
- # un-annotated tag
62
- short_refname=${refname##refs/tags/}
63
- if [ "$allowunannotated" != "true" ]; then
64
- echo "*** The un-annotated tag, $short_refname, is not allowed in this repository" >&2
65
- echo "*** Use 'git tag [ -a | -s ]' for tags you want to propagate." >&2
66
- exit 1
67
- fi
68
- ;;
69
- refs/tags/*,delete)
70
- # delete tag
71
- if [ "$allowdeletetag" != "true" ]; then
72
- echo "*** Deleting a tag is not allowed in this repository" >&2
73
- exit 1
74
- fi
75
- ;;
76
- refs/tags/*,tag)
77
- # annotated tag
78
- ;;
79
- refs/heads/*,commit)
80
- # branch
81
- ;;
82
- refs/heads/*,delete)
83
- # delete branch
84
- if [ "$allowdeletebranch" != "true" ]; then
85
- echo "*** Deleting a branch is not allowed in this repository" >&2
86
- exit 1
87
- fi
88
- ;;
89
- refs/remotes/*,commit)
90
- # tracking branch
91
- ;;
92
- refs/remotes/*,delete)
93
- # delete tracking branch
94
- if [ "$allowdeletebranch" != "true" ]; then
95
- echo "*** Deleting a tracking branch is not allowed in this repository" >&2
96
- exit 1
97
- fi
98
- ;;
99
- *)
100
- # Anything else (is there anything else?)
101
- echo "*** Update hook: unknown type of update to ref $refname of type $newrev_type" >&2
102
- exit 1
103
- ;;
104
- esac
105
-
106
- # --- Finished
107
- exit 0
data/.git/index DELETED
Binary file
data/.git/info/exclude DELETED
@@ -1,6 +0,0 @@
1
- # git-ls-files --others --exclude-from=.git/info/exclude
2
- # Lines that start with '#' are comments.
3
- # For a project mostly in C, the following would be a good set of
4
- # exclude patterns (uncomment them if you want to use them):
5
- # *.[oa]
6
- # *~
data/.git/logs/HEAD DELETED
@@ -1,3 +0,0 @@
1
- 0000000000000000000000000000000000000000 c87d9b5b7bf5161f25e71698f85f8fac2602ed5d Semin Lee <seminlee@gmail.com> 1235418356 +0000 clone: from git@github.com:semin/ulla.git
2
- c87d9b5b7bf5161f25e71698f85f8fac2602ed5d c4a0553ca0e3c4628e688ecb5e3304a8a8ac0c28 Semin Lee <seminlee@gmail.com> 1235419011 +0000 commit: egor has been renamed to ulla
3
- c4a0553ca0e3c4628e688ecb5e3304a8a8ac0c28 956112dd5ba2da60f043f4152a846c6922474bd4 Semin Lee <seminlee@gmail.com> 1235419394 +0000 commit: ulla.gemspec generated
@@ -1,3 +0,0 @@
1
- 0000000000000000000000000000000000000000 c87d9b5b7bf5161f25e71698f85f8fac2602ed5d Semin Lee <seminlee@gmail.com> 1235418356 +0000 clone: from git@github.com:semin/ulla.git
2
- c87d9b5b7bf5161f25e71698f85f8fac2602ed5d c4a0553ca0e3c4628e688ecb5e3304a8a8ac0c28 Semin Lee <seminlee@gmail.com> 1235419011 +0000 commit: egor has been renamed to ulla
3
- c4a0553ca0e3c4628e688ecb5e3304a8a8ac0c28 956112dd5ba2da60f043f4152a846c6922474bd4 Semin Lee <seminlee@gmail.com> 1235419394 +0000 commit: ulla.gemspec generated
@@ -1 +0,0 @@
1
- 0000000000000000000000000000000000000000 c87d9b5b7bf5161f25e71698f85f8fac2602ed5d Semin Lee <seminlee@gmail.com> 1235418356 +0000 clone: from git@github.com:semin/ulla.git
@@ -1,2 +0,0 @@
1
- x�NMK1��_1!� �Ӣ ���<d�i7�Nj&Q�כ�h/��e�7��G���:;La��6��2/�s7o�'�{�W�OK���1�w?6PB��W*�k�@g�|Y�g}���yO�q�NV&�� �J�Gʢ1*n��0���04��
2
- )�y�#X���mA(�C��k`
@@ -1,4 +0,0 @@
1
- x}��j�0�{�S̡�������[)�z2F�պ�%��?��k�I
2
- %�A,�hf��Pa{��h����l2��������>
3
- y�T5�ּ9�,��gK-���NXZT
4
- o�t�T�z
@@ -1,3 +0,0 @@
1
- xE��
2
- �0F���vi�MD��$���b1���ط�fq�8��h�jX-֓|*bOB[/п��X�r��
3
- h���o��/��
@@ -1,2 +0,0 @@
1
- x�SkK�0��~ť��,�o��o�o����H���N���M߭
2
- j��{s�9���z�{�3��<�)�;JQ��HJ�W"8 1S�@J �>�� ��0�c�~v0dq�aQ�y�V�T� �ޫT$��%E�L��P2�\�����)FA�|`�І\��h�`|xt|rv~1������x<5lQ��^ϲ���u���q�d%.���ׁ<YB�NZM�%KDmIs`��&���]��R'l”��̖zb ����r��ԩ�k�ܿ�� ���ͥf�E���d_`$�+�$A�]�������5ᶽU��v��ea~3�G�f��a�I�3�Zb�~\�U�]��0,;D�� �:f����}���.I�]�Ā�V�bh����W��ےl��GI����,}?�g
@@ -1,2 +0,0 @@
1
- x5��
2
- �0D=�{�"T������=�Ď4c�l��$�iv�Ό�oK�a�0>�1ht��8��Z���E���;��~�l��i��71�=?&�
@@ -1,2 +0,0 @@
1
- x��M
2
- �0�]��$��t"��'��L[hZi���G�ߗ�Z��ҩ�� ކ��g!�R���vF� 2��(%�w�ym�i(!�4$q�Q��} !'$1�
@@ -1,5 +0,0 @@
1
- xmTmO�0��J����-k����*ul0�L�����M.��cg�S�(�}��EU%��9?w��͕�������3[�W�����/N
2
-
3
- ���1-�+*��S�t��;�z����'}��ŷ�� o.R��Co�ϯ���LoBO�M�;�u�V�H�o�r|I�4a�ݸ�LNÓ�)R3IAc�`=���͘�_$�I�kY�&W��w[5�J��kX�7u�v��|���j����!n��/�6��n���L����f�!��y���0���`W�^<flD� �N�֭t�[� �H,!�2TH�E�Дi���hxQ���'��+"n&7HR�A{�7y�~o_�kn�T��ʞ��_�(VI��F��
4
- M�N���G�]��������|�h,h�iM�M�D��I'��W�M\��&9
5
- _[tԯA[�(
data/.git/packed-refs DELETED
@@ -1,8 +0,0 @@
1
- # pack-refs with: peeled
2
- dfa502c200e3bedb9574f484264a898c2aed09cb refs/tags/REL-0.9.3
3
- dfa502c200e3bedb9574f484264a898c2aed09cb refs/tags/REL-0.9.0
4
- b20ce7072cbf7801ab72bd464bb77a0154aafbdf refs/tags/REL-0.0.5
5
- 31ee2a6788abc7036e30175fc8c96ae808725feb refs/tags/REL-0.0.4
6
- f617333d5f3bda259d927074fe5ff4332db99412 refs/tags/REL-0.0.3
7
- 18609e3b5637c7b102c0d7bdec44a1dcedc4c2e3 refs/tags/REL-0.0.2
8
- c87d9b5b7bf5161f25e71698f85f8fac2602ed5d refs/remotes/origin/master
@@ -1 +0,0 @@
1
- 956112dd5ba2da60f043f4152a846c6922474bd4
@@ -1 +0,0 @@
1
- ref: refs/remotes/origin/master
data/.gitignore DELETED
@@ -1,8 +0,0 @@
1
- pkg
2
- doc
3
- .DS_Store
4
- tmp
5
- data
6
- *.log
7
- *.swp
8
- *~