drjekyll 0.1.0 → 0.1.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.
data/test/helper.rb ADDED
@@ -0,0 +1,9 @@
1
+ # encoding: utf-8
2
+
3
+ ## minitest setup
4
+
5
+ require 'minitest/autorun'
6
+
7
+
8
+ ## our own code
9
+ require 'drjekyll'
@@ -0,0 +1,21 @@
1
+ # encoding: utf-8
2
+
3
+ ###
4
+ # to run use
5
+ # ruby -I ./lib -I ./test test/test_catalog.rb
6
+
7
+
8
+ require 'helper'
9
+
10
+
11
+ class TestCatalog < MiniTest::Test
12
+
13
+ def test_catalog
14
+
15
+ cat = DrJekyll::Catalog.from_file( "#{DrJekyll.root}/test/data/themes.yml" )
16
+ cat.list
17
+
18
+ assert true ## if we get here; everything is ok
19
+ end
20
+
21
+ end # class TestCatalog
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: drjekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gerald Bauer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-11 00:00:00.000000000 Z
11
+ date: 2015-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: props
@@ -137,6 +137,8 @@ files:
137
137
  - lib/drjekyll/package.rb
138
138
  - lib/drjekyll/version.rb
139
139
  - test/data/themes.yml
140
+ - test/helper.rb
141
+ - test/test_catalog.rb
140
142
  homepage: https://github.com/drjekyllthemes/drjekyll
141
143
  licenses:
142
144
  - Public Domain
@@ -159,7 +161,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
159
161
  version: '0'
160
162
  requirements: []
161
163
  rubyforge_project:
162
- rubygems_version: 2.4.2
164
+ rubygems_version: 2.2.3
163
165
  signing_key:
164
166
  specification_version: 4
165
167
  summary: drjekyll - the missing static site theme package manager