moode-haml-toolkit 1.0.0 → 1.0.1

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.
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZjkwY2Y2ZGY0OGRlYjlmYmNmYjdlODUyNjQwZThjZTAyODQ1MmZjZA==
5
+ data.tar.gz: !binary |-
6
+ MGNmYWRjNmY5MGYyOTY4OTkwYWVhM2I2MDRiNzUwMTZlYmRhNzc0NA==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ OTliMDQ4NjEzM2VkMDhjMWMxMDAzMzNiZTE0M2U5ZDk0ODBjZTZjNjc5MTll
10
+ OTRhZGMxZTZmZjMzZjJkODcyMWZjNDNkNTA2NWM2ZGVlOWM0NDVjZTNhMzA0
11
+ ZGVhM2JiYjExMDk2Y2M5NjgwOTllYzRhZDBmNmNlMTNkY2ZiYTE=
12
+ data.tar.gz: !binary |-
13
+ MWY2OGY1ZWEwYjhiMDUxOWQzMGYwNTg4Y2ZiN2YzNWRhOTg5OTA1MmZiM2Vj
14
+ YWExM2E5ZmIxNzFmYTBjZDNkMGY4ODU4MDJmNzQxNjhiNjNlM2QxMTc5NDIy
15
+ NTU5YTU4ZmRmZmZlMTgzZjlkOTU5MDcxNmI0NDBhMzUwODllNDM=
data/bin/mdbuild CHANGED
@@ -19,6 +19,7 @@ class WebBuild < Thor::Group
19
19
  end
20
20
  def copy_page
21
21
  copy_file "index.html"
22
+ directory :pages
22
23
  end
23
24
 
24
25
  def copy_css
data/bin/mdclean CHANGED
@@ -16,6 +16,7 @@ class WebBuild < Thor::Group
16
16
 
17
17
  def delete_page
18
18
  remove_file "index.html"
19
+ remove_dir "pages"
19
20
  end
20
21
 
21
22
  def copy_css
@@ -1,7 +1,7 @@
1
1
  module Moode
2
2
  module Haml
3
3
  module Toolkit
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.1"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moode-haml-toolkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
5
- prerelease:
4
+ version: 1.0.1
6
5
  platform: ruby
7
6
  authors:
8
7
  - jtong, xudejian
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-04-16 00:00:00.000000000 Z
11
+ date: 2013-04-25 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: moode mobile development toolkit
15
14
  email:
@@ -38,26 +37,25 @@ files:
38
37
  - moode-haml-toolkit.gemspec
39
38
  homepage: ''
40
39
  licenses: []
40
+ metadata: {}
41
41
  post_install_message:
42
42
  rdoc_options: []
43
43
  require_paths:
44
44
  - lib
45
45
  required_ruby_version: !ruby/object:Gem::Requirement
46
- none: false
47
46
  requirements:
48
47
  - - ! '>='
49
48
  - !ruby/object:Gem::Version
50
49
  version: '0'
51
50
  required_rubygems_version: !ruby/object:Gem::Requirement
52
- none: false
53
51
  requirements:
54
52
  - - ! '>='
55
53
  - !ruby/object:Gem::Version
56
54
  version: '0'
57
55
  requirements: []
58
56
  rubyforge_project:
59
- rubygems_version: 1.8.24
57
+ rubygems_version: 2.0.3
60
58
  signing_key:
61
- specification_version: 3
59
+ specification_version: 4
62
60
  summary: moode mobile development toolkit
63
61
  test_files: []