hoe-manns 1.4.9 → 1.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d36b4aee5729305063fa16c1e33e53f658bb63f1
4
- data.tar.gz: 0f094317cd85f3813d7d2a0d2c669da52d64125e
3
+ metadata.gz: d92445a2b2d793b9a79dcc001dfbc1c9b1a16430
4
+ data.tar.gz: 59c53519795d67f03989a2124426356ac3c6b15a
5
5
  SHA512:
6
- metadata.gz: 142042551a884b5f5a3e3e67eb6d2eecfda32dad7e811b2810352aa183484e395b9926116e5765282a7d53ffae85fbb98264cdef40296bddb90e5b1a66e4ffb7
7
- data.tar.gz: 4e81acb3432e850f4ee7a14d3621ec6fb085f0a237422b88463c047a86d26af3cb2898ac3a808d7e123f1bf14cf73c3e3301d014dae17c4a08a893eb5132f969
6
+ metadata.gz: 0b4ab4fb6d83dca04e664fd6c9fc658aef4a35f377bddc11ea4c459a55f05b8a50223cf0d191c125d2fee3dbcd7fc369536183893f8c7c5e305708cdcccd6d73
7
+ data.tar.gz: f72485b93d74692d73066e1ec6c1ed1ca0cba7214cf007f515e5826fa2ece5b0da44f6c8defbfa1b15a3599f5463cd405b370da58fa689551cc28a9795a34c73
@@ -20,7 +20,7 @@ The develop branch is the current edge of development.
20
20
 
21
21
  ## Pull requests
22
22
 
23
- * https://gitlab.com/saigkill/hoe-manns/merge_requests
23
+ * https://github.com/saigkill/hoe-manns/pulls
24
24
 
25
25
  Please base all pull requests off the `develop` branch. Merges to
26
26
  `master` only occur through the `develop` branch. Pull requests
@@ -30,4 +30,4 @@ based on `master` will likely be cherry picked.
30
30
 
31
31
  Need to report an issue? Use that issue tracker:
32
32
 
33
- * https://gitlab.com/saigkill/hoe-manns/issues
33
+ * https://saigkill.myjetbrains.com/youtrack/issues?q=project%3A+hoe-manns
data/Gemfile CHANGED
@@ -6,27 +6,22 @@ source "https://rubygems.org/"
6
6
 
7
7
  gem "parseconfig", "~>1.0"
8
8
  gem "rainbow", "~>2.1"
9
- gem "indexer", "~>0.3"
10
9
  gem "bundler-audit", "~>0.4"
11
- gem "pandoc-ruby", "~>1.0"
12
- gem "hoe", "~>3.14"
10
+ gem "pandoc-ruby", "~>2.0"
11
+ gem "hoe", "~>3.15"
13
12
 
14
13
  gem "rdoc", "~>4.0", :group => [:development, :test]
15
14
  gem "coveralls", "~>0.8", :group => [:development, :test]
16
- gem "gem-release", "~>0.7", :group => [:development, :test]
17
- gem "hoe-bundler", "~>1.2", :group => [:development, :test]
18
- gem "hoe-gemspec", "~>1.0", :group => [:development, :test]
15
+ gem "hoe-bundler", "~>1.3", :group => [:development, :test]
19
16
  gem "hoe-git", "~>1.6", :group => [:development, :test]
20
- gem "hoe-manns", "~>1.4", :group => [:development, :test]
21
- gem "hoe-packaging", "~>1.1", :group => [:development, :test]
17
+ gem "hoe-manns", "~>1.5", :group => [:development, :test]
22
18
  gem "hoe-rubocop", "~>1.0", :group => [:development, :test]
23
19
  gem "hoe-rubygems", "~>1.0", :group => [:development, :test]
24
20
  gem "hoe-seattlerb", "~>1.3", :group => [:development, :test]
25
21
  gem "hoe-version", "~>1.2", :group => [:development, :test]
26
- gem "rake", "~>10.5", :group => [:development, :test]
27
- gem "rspec", "~>3.4", :group => [:development, :test]
28
- gem "rubocop", "~>0.37", :group => [:development, :test]
29
- gem "simplecov", "~>0.11", :group => [:development, :test]
30
- gem "hoe", "~>3.14", :group => [:development, :test]
22
+ gem "rake", "~>11.2", :group => [:development, :test]
23
+ gem "rspec", "~>3.5", :group => [:development, :test]
24
+ gem "simplecov", "~>0.12", :group => [:development, :test]
25
+ gem "hoe", "~>3.15", :group => [:development, :test]
31
26
 
32
27
  # vim: syntax=ruby
@@ -1,133 +1,76 @@
1
1
  GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
- CFPropertyList (2.2.8)
5
- addressable (2.4.0)
6
- arr-pm (0.0.10)
7
- cabin (> 0)
8
- ast (2.2.0)
9
- backports (3.6.7)
10
- bundler-audit (0.4.0)
4
+ ast (2.3.0)
5
+ bundler-audit (0.5.0)
11
6
  bundler (~> 1.2)
12
7
  thor (~> 0.18)
13
- cabin (0.8.1)
14
- childprocess (0.5.9)
15
- ffi (~> 1.0, >= 1.0.11)
16
- clamp (0.6.5)
17
- coveralls (0.8.10)
18
- json (~> 1.8)
19
- rest-client (>= 1.6.8, < 2)
20
- simplecov (~> 0.11.0)
8
+ coveralls (0.8.15)
9
+ json (>= 1.8, < 3)
10
+ simplecov (~> 0.12.0)
21
11
  term-ansicolor (~> 1.3)
22
12
  thor (~> 0.19.1)
23
- tins (~> 1.6.0)
13
+ tins (>= 1.6.0, < 2)
24
14
  diff-lcs (1.2.5)
25
15
  docile (1.1.5)
26
- domain_name (0.5.20160128)
27
- unf (>= 0.0.5, < 1.0.0)
28
- facter (2.4.6)
29
- CFPropertyList (~> 2.2.6)
30
- ffi (1.9.10)
31
- fpm (1.4.0)
32
- arr-pm (~> 0.0.10)
33
- backports (>= 2.6.2)
34
- cabin (>= 0.6.0)
35
- childprocess
36
- clamp (~> 0.6)
37
- ffi
38
- json (>= 1.7.7)
39
- fpm-cookery (0.31.0)
40
- addressable
41
- facter
42
- fpm (~> 1.1)
43
- puppet (~> 3.4)
44
- systemu
45
- gem-release (0.7.4)
46
- hiera (1.3.4)
47
- json_pure
48
- hoe (3.14.2)
49
- rake (>= 0.8, < 11.0)
50
- hoe-bundler (1.2.0)
51
- hoe (>= 2.2.0)
52
- hoe-gemspec (1.0.0)
16
+ hoe (3.15.1)
17
+ rake (>= 0.8, < 12.0)
18
+ hoe-bundler (1.3.0)
53
19
  hoe (>= 2.2.0)
54
20
  hoe-git (1.6.0)
55
- hoe-manns (1.4.8)
21
+ hoe-manns (1.5.0)
56
22
  bundler-audit (~> 0.4)
57
- hoe (~> 3.14)
58
- indexer (~> 0.3)
59
- pandoc-ruby (~> 1.0)
23
+ hoe (~> 3.15)
24
+ pandoc-ruby (~> 2.0)
60
25
  parseconfig (~> 1.0)
61
26
  rainbow (~> 2.1)
62
- hoe-packaging (1.1.3)
63
- bundler (~> 1.10)
64
- fpm (~> 1.4)
65
- fpm-cookery (~> 0.31)
66
27
  hoe-rubocop (1.0.6)
67
28
  bundler (~> 1.11)
68
29
  hoe (~> 3.14)
69
30
  rubocop (~> 0.37)
70
31
  hoe-rubygems (1.0.0)
71
- hoe-seattlerb (1.3.4)
32
+ hoe-seattlerb (1.3.5)
72
33
  hoe-version (1.2.0)
73
- http-cookie (1.0.2)
74
- domain_name (~> 0.5)
75
- indexer (0.3.1)
76
34
  json (1.8.3)
77
- json_pure (1.8.3)
78
- mime-types (2.99)
79
- netrc (0.11.0)
80
- pandoc-ruby (1.0.0)
35
+ pandoc-ruby (2.0.1)
81
36
  parseconfig (1.0.8)
82
- parser (2.3.0.3)
37
+ parser (2.3.1.2)
83
38
  ast (~> 2.2)
84
39
  powerpack (0.1.1)
85
- puppet (3.8.5)
86
- facter (> 1.6, < 3)
87
- hiera (~> 1.0)
88
- json_pure
89
40
  rainbow (2.1.0)
90
- rake (10.5.0)
91
- rdoc (4.2.1)
41
+ rake (11.2.2)
42
+ rdoc (4.2.2)
92
43
  json (~> 1.4)
93
- rest-client (1.8.0)
94
- http-cookie (>= 1.0.2, < 2.0)
95
- mime-types (>= 1.16, < 3.0)
96
- netrc (~> 0.7)
97
- rspec (3.4.0)
98
- rspec-core (~> 3.4.0)
99
- rspec-expectations (~> 3.4.0)
100
- rspec-mocks (~> 3.4.0)
101
- rspec-core (3.4.2)
102
- rspec-support (~> 3.4.0)
103
- rspec-expectations (3.4.0)
44
+ rspec (3.5.0)
45
+ rspec-core (~> 3.5.0)
46
+ rspec-expectations (~> 3.5.0)
47
+ rspec-mocks (~> 3.5.0)
48
+ rspec-core (3.5.2)
49
+ rspec-support (~> 3.5.0)
50
+ rspec-expectations (3.5.0)
104
51
  diff-lcs (>= 1.2.0, < 2.0)
105
- rspec-support (~> 3.4.0)
106
- rspec-mocks (3.4.1)
52
+ rspec-support (~> 3.5.0)
53
+ rspec-mocks (3.5.0)
107
54
  diff-lcs (>= 1.2.0, < 2.0)
108
- rspec-support (~> 3.4.0)
109
- rspec-support (3.4.1)
110
- rubocop (0.37.0)
111
- parser (>= 2.3.0.2, < 3.0)
55
+ rspec-support (~> 3.5.0)
56
+ rspec-support (3.5.0)
57
+ rubocop (0.42.0)
58
+ parser (>= 2.3.1.1, < 3.0)
112
59
  powerpack (~> 0.1)
113
60
  rainbow (>= 1.99.1, < 3.0)
114
61
  ruby-progressbar (~> 1.7)
115
- unicode-display_width (~> 0.3)
116
- ruby-progressbar (1.7.5)
117
- simplecov (0.11.2)
62
+ unicode-display_width (~> 1.0, >= 1.0.1)
63
+ ruby-progressbar (1.8.1)
64
+ simplecov (0.12.0)
118
65
  docile (~> 1.1.0)
119
- json (~> 1.8)
66
+ json (>= 1.8, < 3)
120
67
  simplecov-html (~> 0.10.0)
121
68
  simplecov-html (0.10.0)
122
- systemu (2.6.5)
123
69
  term-ansicolor (1.3.2)
124
70
  tins (~> 1.0)
125
71
  thor (0.19.1)
126
- tins (1.6.0)
127
- unf (0.1.4)
128
- unf_ext
129
- unf_ext (0.0.7.2)
130
- unicode-display_width (0.3.1)
72
+ tins (1.12.0)
73
+ unicode-display_width (1.1.0)
131
74
 
132
75
  PLATFORMS
133
76
  ruby
@@ -135,26 +78,21 @@ PLATFORMS
135
78
  DEPENDENCIES
136
79
  bundler-audit (~> 0.4)
137
80
  coveralls (~> 0.8)
138
- gem-release (~> 0.7)
139
- hoe (~> 3.14)
140
- hoe-bundler (~> 1.2)
141
- hoe-gemspec (~> 1.0)
81
+ hoe (~> 3.15)
82
+ hoe-bundler (~> 1.3)
142
83
  hoe-git (~> 1.6)
143
- hoe-manns (~> 1.4)
144
- hoe-packaging (~> 1.1)
84
+ hoe-manns (~> 1.5)
145
85
  hoe-rubocop (~> 1.0)
146
86
  hoe-rubygems (~> 1.0)
147
87
  hoe-seattlerb (~> 1.3)
148
88
  hoe-version (~> 1.2)
149
- indexer (~> 0.3)
150
- pandoc-ruby (~> 1.0)
89
+ pandoc-ruby (~> 2.0)
151
90
  parseconfig (~> 1.0)
152
91
  rainbow (~> 2.1)
153
- rake (~> 10.5)
92
+ rake (~> 11.2)
154
93
  rdoc (~> 4.0)
155
- rspec (~> 3.4)
156
- rubocop (~> 0.37)
157
- simplecov (~> 0.11)
94
+ rspec (~> 3.5)
95
+ simplecov (~> 0.12)
158
96
 
159
97
  BUNDLED WITH
160
- 1.11.2
98
+ 1.12.5
@@ -1,3 +1,11 @@
1
+ === 1.5.0 / 2016-08-05
2
+
3
+ * 3 minor issues:
4
+
5
+ * removed .index creation from run_before_release and from code
6
+ * removed copy_mirror from run_before_release and from code
7
+ * removed get_version and usage of a system based git. Now using the rake task.
8
+
1
9
  === 1.4.9 / 2016-02-08
2
10
 
3
11
  * 1 minor enhancement
@@ -2,7 +2,7 @@
2
2
 
3
3
  (The MIT License)
4
4
 
5
- Copyright (c) 2015 Sascha Manns <samannsml@directbox.com>
5
+ Copyright (c) 2015-2016 Sascha Manns <samannsml@directbox.com>
6
6
 
7
7
  Permission is hereby granted, free of charge, to any person obtaining
8
8
  a copy of this software and associated documentation files (the
@@ -1,7 +1,6 @@
1
1
  .codeclimate.yml
2
2
  .coveralls.yml
3
3
  .gemnasium.yml
4
- .index
5
4
  .rspec
6
5
  .rubocop.yml
7
6
  .scrutinizer.yml
@@ -16,9 +15,7 @@ MAINTENANCE.md
16
15
  Manifest.txt
17
16
  README.rdoc
18
17
  Rakefile
19
- VERSION
20
18
  config.reek
21
19
  lib/hoe/manns.rb
22
- recipes/recipe.rb
23
20
  spec/manns_spec.rb
24
21
  spec/spec_helper.rb
@@ -1,14 +1,12 @@
1
1
  = hoe-manns
2
2
 
3
3
  home :: http://saigkill.github.io
4
- code :: http://gitlab.com/saigkill/hoe-manns
5
- docu :: https://gitlab.com/saigkill/hoe-manns/wikis/home
4
+ code :: http://github.com/saigkill/hoe-manns
5
+ docu :: https://saigkill.github.io/hoe-manns-doc/
6
6
  apidoc :: http://www.rubydoc.info/gems/hoe-manns
7
- bugs :: https://gitlab.com/saigkill/hoe-manns/issues
8
- license :: {<img src="http://img.shields.io/:license-mit-blue.svg" />}[https://gitlab.com/saigkill/hoe-manns/blob/master/LICENSE.rdoc]
7
+ bugs :: https://saigkill.myjetbrains.com/youtrack/issues?q=project%3A+hoe-manns
8
+ license :: {<img src="http://img.shields.io/:license-mit-blue.svg" />}[https://github.com/saigkill/hoe-manns/blob/master/LICENSE.rdoc]
9
9
  last public version :: {<img src="https://badge.fury.io/rb/hoe-manns.png" alt="Last Version" />}[http://rubygems.org/gems/hoe-manns]
10
- last rpm :: {<img src="https://img.shields.io/bintray/v/saigkill/rpm/hoe-manns.svg" />}[https://bintray.com/saigkill/rpm/hoe-manns]
11
- last deb :: {<img src="https://img.shields.io/bintray/v/saigkill/deb/hoe-manns.svg" />}[https://bintray.com/saigkill/deb/hoe-manns]
12
10
  downloads latest :: {<img src="https://img.shields.io/gem/dtv/hoe-manns.svg" alt="Downloads latest version" />}[http://rubygems.org/gems/hoe-manns]
13
11
  downloads all :: {<img src="https://img.shields.io/gem/dt/hoe-manns.svg" alt="Downloads all versions" />}[http://rubygems.org/gems/hoe-manns]
14
12
  continuous integration :: {<img src="https://travis-ci.org/saigkill/hoe-manns.svg" />}[https://travis-ci.org/saigkill/hoe-manns]
@@ -31,7 +29,7 @@ hoe-manns is a small collection of my personal used rake tasks for using with ho
31
29
  * bundle_audit:*
32
30
  * clean_pkg
33
31
  * copy_manuals
34
- * copy_mirror
32
+ * copy_master
35
33
  * copy_wiki
36
34
  * remove_pre_gemspec
37
35
  * run_before_release
@@ -44,10 +42,9 @@ hoe-manns is a small collection of my personal used rake tasks for using with ho
44
42
  * Updates the Gemfile.lock
45
43
  * Removes the old *.gemspec created in test cases
46
44
  * commits the workspace before rake release
47
- * Does a index --using VERSION Index.yml if you use the indexer from Rubyworks
48
45
  * copies your manuals to your docpath.
49
- * runs the rake tasks before release: git:manifest, bundler:gemfile, update_gemfile_lock, update_index, remove_pre_gemspec, update_workspace, bundler_audit:run and copy_mirror.
50
- * runs after release: send_email, create_packages, deploy_packages.
46
+ * runs the rake tasks before release: git:manifest, bundler:gemfile, update_gemfile_lock, remove_pre_gemspec, update_workspace, bundler_audit:run and copy_mirror.
47
+ * runs after release: send_email.
51
48
  * Cleans up the pkg dir
52
49
  * provides bundler_audit tasks
53
50
  * copies the current stuff to a mirror repository
@@ -55,7 +52,7 @@ hoe-manns is a small collection of my personal used rake tasks for using with ho
55
52
  This Gem was programmed and tested for Linux systems. If anyone would like to make the methods also fit for other OS,
56
53
  i'm happy about Pull requests.
57
54
 
58
- For a detailed information please visit: https://gitlab.com/saigkill/hoe-manns/wikis/home
55
+ For a detailed information please visit: https://saigkill.github.io/hoe-manns-doc/
59
56
 
60
57
  If you like this piece of software don't forget to give the gitlab repo a star.
61
58
 
@@ -82,7 +79,7 @@ Also add hoe-manns to your requirements and recreate your Gemfile.
82
79
 
83
80
  gem install hoe-manns
84
81
 
85
- Edit your .hoerc: http://bit.ly/1L9hBwN
82
+ Edit your .hoerc: https://saigkill.github.io/hoe-manns-doc/
86
83
 
87
84
  == DEVELOPERS:
88
85
 
@@ -95,13 +92,13 @@ and generate the RDoc.
95
92
 
96
93
  Merge Requests are welcome :-)
97
94
 
98
- Read https://gitlab.com/saigkill/hoe-manns/blob/master/CONTRIBUTING.md
95
+ Read https://github.com/saigkill/hoe-manns/blob/master/CONTRIBUTING.md
99
96
 
100
97
  == LICENSE:
101
98
 
102
99
  (The MIT License)
103
100
 
104
- Copyright (c) 2015 Sascha Manns <samannsml@directbox.com>
101
+ Copyright (c) 2015-2016 Sascha Manns <samannsml@directbox.com>
105
102
 
106
103
  Permission is hereby granted, free of charge, to any person obtaining
107
104
  a copy of this software and associated documentation files (the
data/Rakefile CHANGED
@@ -1,6 +1,8 @@
1
1
  # -*- ruby -*-
2
2
  # Release:
3
- # * update *.wiki markdown documentation for GitLab
3
+ # * bump version
4
+ # * do stuff
5
+ # * update documentation
4
6
  # * enable :git
5
7
  # * rake run_before_release
6
8
  # * disable :git
@@ -13,16 +15,14 @@ require 'hoe'
13
15
 
14
16
  Hoe.plugin :bundler
15
17
  Hoe.plugin :email
16
- Hoe.plugin :gemspec
17
18
  # Hoe.plugin :gem_prelude_sucks
18
- Hoe.plugins.delete :git
19
+ #Hoe.plugins.delete :git
19
20
  #Hoe.plugin :git
20
21
  Hoe.plugin :manns
21
- Hoe.plugin :packaging
22
22
  Hoe.plugin :rdoc
23
23
  Hoe.plugin :rubocop
24
24
  Hoe.plugin :rubygems
25
- # Hoe.plugin :seattlerb
25
+ #Hoe.plugin :seattlerb
26
26
  Hoe.plugin :version
27
27
 
28
28
  ###########################################DEVELOPING ZONE##############################################################
@@ -37,31 +37,26 @@ Hoe.spec 'hoe-manns' do
37
37
 
38
38
  dependency 'parseconfig', '~> 1.0'
39
39
  dependency 'rainbow', '~> 2.1'
40
- dependency 'indexer', '~> 0.3'
41
40
  dependency 'bundler-audit', '~> 0.4'
42
- dependency 'pandoc-ruby', '~> 1.0'
43
- dependency 'hoe', '~> 3.14'
41
+ dependency 'pandoc-ruby', '~> 2.0'
42
+ dependency 'hoe', '~> 3.15'
44
43
 
45
44
  extra_dev_deps << ['coveralls', '~> 0.8']
46
- extra_dev_deps << ['gem-release', '~> 0.7']
47
- extra_dev_deps << ['hoe-bundler', '~> 1.2']
48
- extra_dev_deps << ['hoe-gemspec', '~> 1.0']
45
+ extra_dev_deps << ['hoe-bundler', '~> 1.3']
49
46
  extra_dev_deps << ['hoe-git', '~> 1.6']
50
- extra_dev_deps << ['hoe-manns', '~> 1.4']
51
- extra_dev_deps << ['hoe-packaging', '~> 1.1']
47
+ extra_dev_deps << ['hoe-manns', '~> 1.5']
52
48
  extra_dev_deps << ['hoe-rubocop', '~> 1.0']
53
49
  extra_dev_deps << ['hoe-rubygems', '~> 1.0']
54
50
  extra_dev_deps << ['hoe-seattlerb', '~> 1.3']
55
51
  extra_dev_deps << ['hoe-version', '~> 1.2']
56
- extra_dev_deps << ['rake', '~> 10.5']
57
- extra_dev_deps << ['rspec', '~> 3.4']
58
- extra_dev_deps << ['rubocop', '~> 0.37']
59
- extra_dev_deps << ['simplecov', '~> 0.11']
52
+ extra_dev_deps << ['rake', '~> 11.2']
53
+ extra_dev_deps << ['rspec', '~> 3.5']
54
+ extra_dev_deps << ['simplecov', '~> 0.12']
60
55
 
61
56
  self.history_file = 'History.rdoc'
62
57
  self.readme_file = 'README.rdoc'
63
58
  self.extra_rdoc_files = FileList['*.rdoc'].to_a
64
- self.post_install_message = '*** Edit your .hoerc: http://bit.ly/1L9hBwN *** Please file bugreports and feature requests on: https://gitlab.com/saigkill/hoe-manns/issues'
59
+ self.post_install_message = '*** Edit your .hoerc: https://saigkill.github.io/hoe-manns-doc/ *** Please file bugreports and feature requests on: https://saigkill.myjetbrains.com/youtrack/issues?q=project%3A+hoe-manns'
65
60
  end
66
61
 
67
62
  ##################################################SETUP ZONE############################################################
@@ -3,7 +3,7 @@
3
3
  # @author: Sascha Manns
4
4
  # @abstract: hoe-manns is a small collection of my personal used rake tasks for using with hoe
5
5
  #
6
- # Copyright (c) 2015 Sascha Manns <samannsml@directbox.com>
6
+ # Copyright (c) 2015-2016 Sascha Manns <samannsml@directbox.com>
7
7
  # License: MIT
8
8
 
9
9
  # Dependencies
@@ -12,13 +12,11 @@ require 'hoe'
12
12
  # Main module for hoe-manns
13
13
  module Hoe::Manns
14
14
  # Version constant for HOE::Manns
15
- VERSION = '1.4.9'
15
+ VERSION = '1.5.0'
16
16
 
17
17
  attr_accessor :remove_pre_gemspec
18
- attr_accessor :update_index
19
18
  attr_accessor :copy_manuals
20
19
  attr_accessor :copy_master
21
- attr_accessor :copy_mirror
22
20
  attr_accessor :copy_wiki
23
21
  attr_accessor :run_before_release
24
22
  attr_accessor :run_after_release
@@ -56,12 +54,6 @@ module Hoe::Manns
56
54
  Hoe::Manns.update_workspace_method
57
55
  end
58
56
 
59
- # Rake Task for updating the .index
60
- desc 'Update .index'
61
- task :update_index do
62
- Hoe::Manns.update_index_method
63
- end
64
-
65
57
  # Rake Task for copying manuals
66
58
  require 'parseconfig'
67
59
  desc 'Copy manuals'
@@ -75,12 +67,6 @@ module Hoe::Manns
75
67
  Hoe::Manns.copy_wiki_method
76
68
  end
77
69
 
78
- # Rake task for copying to mirror
79
- desc 'Coying to mirror'
80
- task :copy_mirror => %w(clean_pkg) do
81
- Hoe::Manns.copy_mirror_method
82
- end
83
-
84
70
  # Rake Task for git tag
85
71
  desc 'Copy master'
86
72
  task :copy_master do
@@ -89,14 +75,13 @@ module Hoe::Manns
89
75
 
90
76
  # Rake Task for running needed Rake Tasks before running rake release
91
77
  desc 'Run all tasks before rake release'
92
- task :run_before_release => %w(git:manifest bundler:gemfile bundler:gemfile_lock update_index gem:spec_remove
93
- update_workspace bundle_audit:run copy_mirror copy_master) do
78
+ task :run_before_release => %w(git:manifest bundler:gemfile bundler:gemfile_lock gem:spec_remove bundle_audit:run update_workspace copy_master) do
94
79
  puts 'Ready to run rake release VERSION=x.y.z'.colour(:green)
95
80
  end
96
81
 
97
82
  # Rake Task for running needed Rake Tasks after running rake release
98
83
  desc 'Run all tasks after rake release'
99
- task :run_after_release => %w(send_email clean_pkg create_packages deploy_packages) do
84
+ task :run_after_release => %w(send_email clean_pkg) do
100
85
  puts 'Release finished'.colour (:green)
101
86
  end
102
87
 
@@ -152,7 +137,7 @@ update_workspace bundle_audit:run copy_mirror copy_master) do
152
137
  README.rdoc VERSION recipes/recipe.rb).each do |i|
153
138
  system("git add #{i}") if File.exist?(i)
154
139
  end
155
- %w(bin etc data docs lib test).each do |d|
140
+ %w(bin etc data docs lib test spec).each do |d|
156
141
  system("git add #{d}/*") if File.exist?(d)
157
142
  end
158
143
  system('git commit -m "Updated workspace"')
@@ -161,14 +146,6 @@ README.rdoc VERSION recipes/recipe.rb).each do |i|
161
146
  puts 'Updated workspace'.colour(:green)
162
147
  end
163
148
 
164
- # Method for updating .index
165
- def self.update_index_method
166
- puts 'Updating .index. Have you changed your VERSION file?'.colour(:yellow)
167
- system('index --using VERSION Index.yml')
168
- system('git add .index')
169
- puts '.index updated'.colour(:green)
170
- end
171
-
172
149
  # Method for copying the manuals to a target directory
173
150
  def self.copy_manuals_method
174
151
  puts 'Copying manual pages to target'.colour(:yellow)
@@ -179,44 +156,6 @@ README.rdoc VERSION recipes/recipe.rb).each do |i|
179
156
  puts 'Copied manuals'.colour(:green)
180
157
  end
181
158
 
182
- # Method for copying to mirror
183
- def self.copy_mirror_method
184
- project = Hoe::Manns.get_projectname
185
- develpath = Hoe::Manns.get_develpath
186
- source = "#{develpath}/#{project}"
187
- destination = "#{develpath}/#{project}-mirror"
188
- puts 'Copying to mirror'.colour(:yellow)
189
- Hoe::Manns.copy_mirror_create_dirs(source, destination)
190
- FileUtils.cp_r "#{source}/recipes/recipe.rb", "#{destination}/recipes/recipe.rb", verbose: true if File.exist?("#{source}/recipes/recipe.rb")
191
- Hoe::Manns.copy_mirror_copy_files(source, destination)
192
- system('git status')
193
- puts 'Copying to mirror succeeded'.colour(:green)
194
- end
195
-
196
- def self.copy_mirror_create_dirs(source, destination)
197
- %w(bin etc data docs lib test recipes).each do |d|
198
- unless File.exist?("#{destination}/#{d}") # if d isn't available in destination
199
- FileUtils.mkdir("#{destination}/#{d}") if File.exist?("#{source}/#{d}") # and exist in source then create them
200
- end
201
- FileUtils.cp_r "#{source}/#{d}/.", "#{destination}/#{d}/.", verbose: true if File.exist?("#{source}/#{d}") # copy the content of the dirs
202
- end
203
- end
204
-
205
- def self.copy_mirror_copy_files(source, destination)
206
- FileUtils.cd(destination) do
207
- %w(Rakefile Gemfile Gemfile.lock .autotest .codeclimate.yml .coveralls.yml .gemnasium.yml .gitignore .index .rspec .rubocop.yml
208
- .scrutinizer.yml .travis.yml CODE_OF_CONDUCT.md config.reek CONTRIBUTING.md History.rdoc Index.yml LICENSE.rdoc MAINTENANCE.md Manifest.txt
209
- README.rdoc VERSION).each do |i|
210
- FileUtils.cp_r "#{source}/#{i}", "#{destination}", verbose: true if File.exist?("#{source}/#{i}")
211
- system("git add #{i}") if File.exist?(i)
212
- %w(bin etc docs lib test).each do |d|
213
- system("git add #{d}/*") if File.exist?(d)
214
- end
215
- end
216
- system('git commit -m "Sync mirror" && git push')
217
- end
218
- end
219
-
220
159
  # Copies the actual wiki entries to ./docs
221
160
  def self.copy_wiki_method
222
161
  puts 'Copying wiki content to docs'.colour(:yellow)
@@ -254,10 +193,8 @@ README.rdoc VERSION).each do |i|
254
193
  puts 'Pushing master to origin'.colour(:yellow)
255
194
  system('git add recipes/recipe.rb') if File.exist?('recipes/recipe.rb')
256
195
  system('git push')
257
- puts 'Creating git tag'.colour(:yellow)
258
- version = Hoe::Manns.get_version
259
- system("git tag -a v#{version} -m 'version #{version}'")
260
- system('git push origin --tags')
196
+ puts 'Set a Git Tag'.colour(:yellow)
197
+ Rake::Task['git:tag']
261
198
  puts 'Checking out develop again'.colour(:yellow)
262
199
  system('git checkout develop')
263
200
  puts 'Done'.colour(:green)
@@ -277,13 +214,6 @@ README.rdoc VERSION).each do |i|
277
214
  return develpath
278
215
  end
279
216
 
280
- # Method for getting version
281
- # @return [String] version
282
- def self.get_version
283
- version = File.open(*Dir.glob('VERSION')) { |f| f.readline }
284
- version.chomp.to_s
285
- end
286
-
287
217
  # Method for cleanup the pkg
288
218
  def self.clean_pkg_method
289
219
  puts 'Cleaning pkg'.colour(:yellow)
@@ -30,16 +30,6 @@ describe 'Hoe::Manns' do
30
30
  end
31
31
  end
32
32
 
33
- describe 'update_index' do
34
- it 'updates the .index' do
35
- FileUtils.rm(File.join(File.dirname(__FILE__), '..', '.index'))
36
- Hoe::Manns.update_index_method
37
- indexav = false
38
- indexav = File.exist?(File.join(File.dirname(__FILE__), '..', '.index'))
39
- expect(indexav) == true
40
- end
41
- end
42
-
43
33
  describe 'get projectname' do
44
34
  it 'gets the projectname' do
45
35
  projectname = Hoe::Manns.get_projectname
@@ -47,13 +37,6 @@ describe 'Hoe::Manns' do
47
37
  end
48
38
  end
49
39
 
50
- describe 'get_version' do
51
- it 'gets the version' do
52
- version = Hoe::Manns.get_version
53
- expect(version) == ''
54
- end
55
- end
56
-
57
40
  describe 'clean_pkg' do
58
41
  it 'cleans the pkg' do
59
42
  Hoe::Manns.clean_pkg_method
metadata CHANGED
@@ -1,36 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hoe-manns
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.9
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sascha Manns
8
8
  autorequire:
9
9
  bindir: bin
10
- cert_chain:
11
- - |
12
- -----BEGIN CERTIFICATE-----
13
- MIIDhTCCAm2gAwIBAgIBATANBgkqhkiG9w0BAQUFADBEMRIwEAYDVQQDDAlzYW1h
14
- bm5zbWwxGTAXBgoJkiaJk/IsZAEZFglkaXJlY3Rib3gxEzARBgoJkiaJk/IsZAEZ
15
- FgNjb20wHhcNMTUwOTE1MTAwOTQwWhcNMTYwOTE0MTAwOTQwWjBEMRIwEAYDVQQD
16
- DAlzYW1hbm5zbWwxGTAXBgoJkiaJk/IsZAEZFglkaXJlY3Rib3gxEzARBgoJkiaJ
17
- k/IsZAEZFgNjb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQChvBUV
18
- qkj1as15E6mSt42Vf+bwwn6y5IINU8WyMByK85WPENyWpOTOsrwTSpai3b/fO6JE
19
- RzGyC/IDQXy5IcnWAXIRG/lRy4MOHeReShVH0TWP9e63jhsjffb3oiE9WyVMyp6j
20
- 7mBDsYQlpd9dzIxBjhOuezqHTats1Zx3YmgTKqcxIGagw+91taJE3eXQRh9OTply
21
- 6nFe4EeEDZIDkpGxgWPdPXhdEOh70z9if0Li0iuwzKD7nI2YDrQPZ6yzohwJSCxJ
22
- G1cvwyew70s9xneJ63C+EoBDdSzjYOi9ov08sLYm6XphYmXkansZX9XLvlkm7oNU
23
- RauozHFRkVgou2yPAgMBAAGjgYEwfzAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAd
24
- BgNVHQ4EFgQU2Z0THCX7uI/mtn0lN5RlIUhQHkMwIgYDVR0RBBswGYEXc2FtYW5u
25
- c21sQGRpcmVjdGJveC5jb20wIgYDVR0SBBswGYEXc2FtYW5uc21sQGRpcmVjdGJv
26
- eC5jb20wDQYJKoZIhvcNAQEFBQADggEBABcwHO1C0EOos6v4jYYqcxMqryJnGH9O
27
- ZOGyesU4BsVuVfKznMZ2hMnb5UW1JgxcZgTdhh4LuZ5NuDUd4DJyUGVKKVIxPFzs
28
- T1YreFIygjNZDlF338gY4R8OgzgM7j/k5mxg1gL0/4zgHVNRFsb4lB0xN+b/9iY4
29
- OQ2nBbEye41AtFzskC/Qdsj5uvG/g2wy8fMDZ6+VI4nNb/bHJahShz2kqRap461j
30
- cEuJ8AWKUjdkdt1Nba7qmareRtc2+pEiITV5ANv24b8vsmq9/8nbxQckdO7+NQRP
31
- pTQZhJ4mX28Qe1F9IE4F4UDeo8gQSPHJOttZA33sRLC19sH67dLq4pM=
32
- -----END CERTIFICATE-----
33
- date: 2016-02-08 00:00:00.000000000 Z
10
+ cert_chain: []
11
+ date: 2016-08-05 00:00:00.000000000 Z
34
12
  dependencies:
35
13
  - !ruby/object:Gem::Dependency
36
14
  name: parseconfig
@@ -60,20 +38,6 @@ dependencies:
60
38
  - - "~>"
61
39
  - !ruby/object:Gem::Version
62
40
  version: '2.1'
63
- - !ruby/object:Gem::Dependency
64
- name: indexer
65
- requirement: !ruby/object:Gem::Requirement
66
- requirements:
67
- - - "~>"
68
- - !ruby/object:Gem::Version
69
- version: '0.3'
70
- type: :runtime
71
- prerelease: false
72
- version_requirements: !ruby/object:Gem::Requirement
73
- requirements:
74
- - - "~>"
75
- - !ruby/object:Gem::Version
76
- version: '0.3'
77
41
  - !ruby/object:Gem::Dependency
78
42
  name: bundler-audit
79
43
  requirement: !ruby/object:Gem::Requirement
@@ -94,28 +58,28 @@ dependencies:
94
58
  requirements:
95
59
  - - "~>"
96
60
  - !ruby/object:Gem::Version
97
- version: '1.0'
61
+ version: '2.0'
98
62
  type: :runtime
99
63
  prerelease: false
100
64
  version_requirements: !ruby/object:Gem::Requirement
101
65
  requirements:
102
66
  - - "~>"
103
67
  - !ruby/object:Gem::Version
104
- version: '1.0'
68
+ version: '2.0'
105
69
  - !ruby/object:Gem::Dependency
106
70
  name: hoe
107
71
  requirement: !ruby/object:Gem::Requirement
108
72
  requirements:
109
73
  - - "~>"
110
74
  - !ruby/object:Gem::Version
111
- version: '3.14'
75
+ version: '3.15'
112
76
  type: :runtime
113
77
  prerelease: false
114
78
  version_requirements: !ruby/object:Gem::Requirement
115
79
  requirements:
116
80
  - - "~>"
117
81
  - !ruby/object:Gem::Version
118
- version: '3.14'
82
+ version: '3.15'
119
83
  - !ruby/object:Gem::Dependency
120
84
  name: rdoc
121
85
  requirement: !ruby/object:Gem::Requirement
@@ -144,48 +108,20 @@ dependencies:
144
108
  - - "~>"
145
109
  - !ruby/object:Gem::Version
146
110
  version: '0.8'
147
- - !ruby/object:Gem::Dependency
148
- name: gem-release
149
- requirement: !ruby/object:Gem::Requirement
150
- requirements:
151
- - - "~>"
152
- - !ruby/object:Gem::Version
153
- version: '0.7'
154
- type: :development
155
- prerelease: false
156
- version_requirements: !ruby/object:Gem::Requirement
157
- requirements:
158
- - - "~>"
159
- - !ruby/object:Gem::Version
160
- version: '0.7'
161
111
  - !ruby/object:Gem::Dependency
162
112
  name: hoe-bundler
163
113
  requirement: !ruby/object:Gem::Requirement
164
114
  requirements:
165
115
  - - "~>"
166
116
  - !ruby/object:Gem::Version
167
- version: '1.2'
168
- type: :development
169
- prerelease: false
170
- version_requirements: !ruby/object:Gem::Requirement
171
- requirements:
172
- - - "~>"
173
- - !ruby/object:Gem::Version
174
- version: '1.2'
175
- - !ruby/object:Gem::Dependency
176
- name: hoe-gemspec
177
- requirement: !ruby/object:Gem::Requirement
178
- requirements:
179
- - - "~>"
180
- - !ruby/object:Gem::Version
181
- version: '1.0'
117
+ version: '1.3'
182
118
  type: :development
183
119
  prerelease: false
184
120
  version_requirements: !ruby/object:Gem::Requirement
185
121
  requirements:
186
122
  - - "~>"
187
123
  - !ruby/object:Gem::Version
188
- version: '1.0'
124
+ version: '1.3'
189
125
  - !ruby/object:Gem::Dependency
190
126
  name: hoe-git
191
127
  requirement: !ruby/object:Gem::Requirement
@@ -206,28 +142,14 @@ dependencies:
206
142
  requirements:
207
143
  - - "~>"
208
144
  - !ruby/object:Gem::Version
209
- version: '1.4'
145
+ version: '1.5'
210
146
  type: :development
211
147
  prerelease: false
212
148
  version_requirements: !ruby/object:Gem::Requirement
213
149
  requirements:
214
150
  - - "~>"
215
151
  - !ruby/object:Gem::Version
216
- version: '1.4'
217
- - !ruby/object:Gem::Dependency
218
- name: hoe-packaging
219
- requirement: !ruby/object:Gem::Requirement
220
- requirements:
221
- - - "~>"
222
- - !ruby/object:Gem::Version
223
- version: '1.1'
224
- type: :development
225
- prerelease: false
226
- version_requirements: !ruby/object:Gem::Requirement
227
- requirements:
228
- - - "~>"
229
- - !ruby/object:Gem::Version
230
- version: '1.1'
152
+ version: '1.5'
231
153
  - !ruby/object:Gem::Dependency
232
154
  name: hoe-rubocop
233
155
  requirement: !ruby/object:Gem::Requirement
@@ -290,56 +212,42 @@ dependencies:
290
212
  requirements:
291
213
  - - "~>"
292
214
  - !ruby/object:Gem::Version
293
- version: '10.5'
215
+ version: '11.2'
294
216
  type: :development
295
217
  prerelease: false
296
218
  version_requirements: !ruby/object:Gem::Requirement
297
219
  requirements:
298
220
  - - "~>"
299
221
  - !ruby/object:Gem::Version
300
- version: '10.5'
222
+ version: '11.2'
301
223
  - !ruby/object:Gem::Dependency
302
224
  name: rspec
303
225
  requirement: !ruby/object:Gem::Requirement
304
226
  requirements:
305
227
  - - "~>"
306
228
  - !ruby/object:Gem::Version
307
- version: '3.4'
308
- type: :development
309
- prerelease: false
310
- version_requirements: !ruby/object:Gem::Requirement
311
- requirements:
312
- - - "~>"
313
- - !ruby/object:Gem::Version
314
- version: '3.4'
315
- - !ruby/object:Gem::Dependency
316
- name: rubocop
317
- requirement: !ruby/object:Gem::Requirement
318
- requirements:
319
- - - "~>"
320
- - !ruby/object:Gem::Version
321
- version: '0.37'
229
+ version: '3.5'
322
230
  type: :development
323
231
  prerelease: false
324
232
  version_requirements: !ruby/object:Gem::Requirement
325
233
  requirements:
326
234
  - - "~>"
327
235
  - !ruby/object:Gem::Version
328
- version: '0.37'
236
+ version: '3.5'
329
237
  - !ruby/object:Gem::Dependency
330
238
  name: simplecov
331
239
  requirement: !ruby/object:Gem::Requirement
332
240
  requirements:
333
241
  - - "~>"
334
242
  - !ruby/object:Gem::Version
335
- version: '0.11'
243
+ version: '0.12'
336
244
  type: :development
337
245
  prerelease: false
338
246
  version_requirements: !ruby/object:Gem::Requirement
339
247
  requirements:
340
248
  - - "~>"
341
249
  - !ruby/object:Gem::Version
342
- version: '0.11'
250
+ version: '0.12'
343
251
  description: |-
344
252
  hoe-manns is a small collection of my personal used rake tasks for using with hoe. Actually it includes that tasks:
345
253
 
@@ -347,7 +255,7 @@ description: |-
347
255
  * bundle_audit:*
348
256
  * clean_pkg
349
257
  * copy_manuals
350
- * copy_mirror
258
+ * copy_master
351
259
  * copy_wiki
352
260
  * remove_pre_gemspec
353
261
  * run_before_release
@@ -370,7 +278,6 @@ files:
370
278
  - ".codeclimate.yml"
371
279
  - ".coveralls.yml"
372
280
  - ".gemnasium.yml"
373
- - ".index"
374
281
  - ".rspec"
375
282
  - ".rubocop.yml"
376
283
  - ".scrutinizer.yml"
@@ -385,18 +292,16 @@ files:
385
292
  - Manifest.txt
386
293
  - README.rdoc
387
294
  - Rakefile
388
- - VERSION
389
295
  - config.reek
390
296
  - lib/hoe/manns.rb
391
- - recipes/recipe.rb
392
297
  - spec/manns_spec.rb
393
298
  - spec/spec_helper.rb
394
299
  homepage: http://saigkill.github.io
395
300
  licenses:
396
301
  - MIT
397
302
  metadata: {}
398
- post_install_message: "*** Edit your .hoerc: http://bit.ly/1L9hBwN *** Please file
399
- bugreports and feature requests on: https://gitlab.com/saigkill/hoe-manns/issues"
303
+ post_install_message: "*** Edit your .hoerc: https://saigkill.github.io/hoe-manns-doc/
304
+ *** Please file bugreports and feature requests on: https://saigkill.myjetbrains.com/youtrack/issues?q=project%3A+hoe-manns"
400
305
  rdoc_options:
401
306
  - "--main"
402
307
  - README.rdoc
@@ -414,7 +319,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
414
319
  version: '0'
415
320
  requirements: []
416
321
  rubyforge_project:
417
- rubygems_version: 2.4.8
322
+ rubygems_version: 2.6.6
418
323
  signing_key:
419
324
  specification_version: 4
420
325
  summary: hoe-manns is a small collection of my personal used rake tasks for using
Binary file
data.tar.gz.sig DELETED
@@ -1,2 +0,0 @@
1
- ����*�a�z�j 1��Q,���弐�$�.�[�c�
2
- Y�4+������6#D|�u�!HƩ�FK�X�<ɌV秃76�$��a��$�yb�hm��}��Zv;�6w���,�v�����b�4��e���� �)�Ǐ�N!U�}}���B��Al�ѳ��j��z�]���'|v�[rZR*��JN)����B �g��~���S��l!� ڻQ�9�S�����8,��շf$�(@�]�}�k��l~�;%)��t�[M�%;���
data/.index DELETED
@@ -1,111 +0,0 @@
1
- ---
2
- revision: 2013
3
- type: ruby
4
- sources:
5
- - VERSION
6
- - Index.yml
7
- authors:
8
- - name: Sascha Manns
9
- email: samannsml@directbox.com
10
- organizations: []
11
- requirements:
12
- - name: parseconfig
13
- - name: pandoc_ruby
14
- - name: bundler-audit
15
- - name: rainbow
16
- - name: indexer
17
- - groups:
18
- - build
19
- development: true
20
- name: bundler
21
- - groups:
22
- - build
23
- development: true
24
- name: rdoc
25
- - groups:
26
- - build
27
- development: true
28
- name: gem-release
29
- - groups:
30
- - build
31
- development: true
32
- name: rspec
33
- - groups:
34
- - build
35
- development: true
36
- name: simplecov
37
- - groups:
38
- - build
39
- development: true
40
- name: rake
41
- - groups:
42
- - build
43
- development: true
44
- name: hoe-bundler
45
- - groups:
46
- - build
47
- development: true
48
- name: hoe-gemspec
49
- - groups:
50
- - build
51
- development: true
52
- name: hoe-git
53
- - groups:
54
- - build
55
- development: true
56
- name: hoe-manns
57
- - groups:
58
- - build
59
- development: true
60
- name: hoe-rubocop
61
- - groups:
62
- - build
63
- development: true
64
- name: hoe-rubygems
65
- - groups:
66
- - build
67
- development: true
68
- name: hoe-version
69
- - groups:
70
- - test
71
- development: true
72
- name: rubocop
73
- - groups:
74
- - test
75
- development: true
76
- name: coveralls
77
- conflicts: []
78
- alternatives: []
79
- resources:
80
- - type: home
81
- uri: http://saigkill.github.io
82
- label: Homepage
83
- - type: code
84
- uri: https://gitlab.com/saigkill/hoe-manns
85
- label: Source Code
86
- - type: bugs
87
- uri: https://gitlab.com/saigkill/hoe-manns/issues
88
- label: Issue Tracker
89
- repositories:
90
- - name: upstream
91
- scm: git
92
- uri: https://gitlab.com/saigkill/hoe-manns.git
93
- categories:
94
- - ruby
95
- - development
96
- copyrights:
97
- - holder: Sascha Manns
98
- year: '2015'
99
- license: MIT
100
- customs: []
101
- paths:
102
- lib:
103
- - lib
104
- version: 1.4.9
105
- name: hoe-manns
106
- title: hoe-manns
107
- summary: hoe-manns is a small collection of my personal used rake tasks for using
108
- with hoe.
109
- description: hoe-manns is a small collection of my personal used rake tasks for using
110
- with hoe.
111
- date: '2016-02-08'
data/VERSION DELETED
@@ -1 +0,0 @@
1
- 1.4.9
@@ -1,6 +0,0 @@
1
- # Recipe class
2
- class HoeMannsRubyGem < FPM::Cookery::RubyGemRecipe
3
- name 'hoe-manns'
4
- version '1.4.9'
5
- maintainer 'Sascha Manns <samannsml@directbox.com>'
6
- end
metadata.gz.sig DELETED
@@ -1,3 +0,0 @@
1
- g��Í�-c�8м������AN{~�W�>�����>���{]Y�n�J�#���(��la���wԨc�ШQ�p�;�./�����k����I�h��G�<N|d+��L`'Xa]��L���z�Z�|�.R�
2
- <jcռ
3
- �l��<����v�E"��Y���赜��4Sf��F�aa�)�q��p� �5� �z!g+��̤����6�wN�W���//KT�-'���H�r� #XMrF$��ޘz3#�Lt��