octopress-ink 1.0.0.rc.16 → 1.0.0.rc.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/octopress-ink/assets/sass.rb +3 -1
- data/lib/octopress-ink/version.rb +1 -1
- metadata +6 -332
- data/.gitignore +0 -22
- data/.travis.yml +0 -6
- data/CHANGELOG.md +0 -76
- data/Gemfile +0 -4
- data/LICENSE.txt +0 -22
- data/README.md +0 -36
- data/Rakefile +0 -1
- data/octopress-ink.gemspec +0 -32
- data/test/.clash.yml +0 -46
- data/test/Gemfile +0 -3
- data/test/_combine_false.yml +0 -4
- data/test/_compress_false.yml +0 -2
- data/test/_config.yml +0 -9
- data/test/_expected/combine_css_false/awesome-sauce/plugin-media-test.css +0 -3
- data/test/_expected/combine_css_false/awesome-sauce/plugin-test.css +0 -4
- data/test/_expected/combine_css_false/theme/main.css +0 -2
- data/test/_expected/combine_css_false/theme/theme-media-test.css +0 -1
- data/test/_expected/combine_css_false/theme/theme-test.css +0 -4
- data/test/_expected/combine_css_false/theme/theme-test2.css +0 -3
- data/test/_expected/combine_js_false/theme/bar.js +0 -1
- data/test/_expected/combine_js_false/theme/blah.js +0 -4
- data/test/_expected/combine_js_false/theme/foo.js +0 -1
- data/test/_expected/compress_false/javascripts/all-.js +0 -7
- data/test/_expected/compress_false/stylesheets/all-.css +0 -15
- data/test/_expected/compress_false/stylesheets/print-.css +0 -8
- data/test/_expected/copy_layouts_pages/layouts/default.html +0 -12
- data/test/_expected/copy_layouts_pages/layouts/test.html +0 -4
- data/test/_expected/copy_layouts_pages/pages/disable-test.html +0 -3
- data/test/_expected/copy_layouts_pages/pages/four.xml +0 -5
- data/test/_expected/copy_layouts_pages/pages/one.xml +0 -4
- data/test/_expected/copy_layouts_pages/pages/three.md +0 -6
- data/test/_expected/copy_layouts_pages/pages/two.md +0 -5
- data/test/_expected/copy_test/config.yml +0 -5
- data/test/_expected/copy_test/files/disabled-file.txt +0 -2
- data/test/_expected/copy_test/files/favicon.ico +0 -1
- data/test/_expected/copy_test/files/favicon.png +0 -1
- data/test/_expected/copy_test/files/test.html +0 -1
- data/test/_expected/copy_test/fonts/font-one.otf +0 -1
- data/test/_expected/copy_test/fonts/font-two.ttf +0 -1
- data/test/_expected/copy_test/includes/bar.html +0 -2
- data/test/_expected/copy_test/includes/greet.html +0 -1
- data/test/_expected/copy_test/javascripts/bar.js +0 -1
- data/test/_expected/copy_test/javascripts/blah.coffee +0 -1
- data/test/_expected/copy_test/javascripts/disable-this.js +0 -1
- data/test/_expected/copy_test/javascripts/foo.js +0 -1
- data/test/_expected/copy_test/layouts/default.html +0 -12
- data/test/_expected/copy_test/layouts/test.html +0 -4
- data/test/_expected/copy_test/pages/disable-test.html +0 -3
- data/test/_expected/copy_test/pages/four.xml +0 -5
- data/test/_expected/copy_test/pages/one.xml +0 -4
- data/test/_expected/copy_test/pages/three.md +0 -6
- data/test/_expected/copy_test/pages/two.md +0 -5
- data/test/_expected/copy_test/stylesheets/_colors.scss +0 -1
- data/test/_expected/copy_test/stylesheets/disable-this.css +0 -1
- data/test/_expected/copy_test/stylesheets/disable.sass +0 -2
- data/test/_expected/copy_test/stylesheets/main.scss +0 -5
- data/test/_expected/copy_test/stylesheets/theme-media-test@print.css +0 -1
- data/test/_expected/copy_test/stylesheets/theme-test.css +0 -4
- data/test/_expected/copy_test/stylesheets/theme-test2.css +0 -3
- data/test/_expected/site/2014/02/01/test-post.html +0 -14
- data/test/_expected/site/2014/02/02/test-post-2.html +0 -15
- data/test/_expected/site/favicon.ico +0 -1
- data/test/_expected/site/favicon.png +0 -1
- data/test/_expected/site/four/index.xml +0 -1
- data/test/_expected/site/index.html +0 -15
- data/test/_expected/site/javascripts/all-.js +0 -1
- data/test/_expected/site/robots.txt +0 -1
- data/test/_expected/site/stylesheets/all-.css +0 -1
- data/test/_expected/site/stylesheets/print-.css +0 -1
- data/test/_expected/site/test.html +0 -1
- data/test/_expected/site/test_config/plugin_config.html +0 -2
- data/test/_expected/site/test_config/theme_config.html +0 -2
- data/test/_expected/site/test_layouts/local.html +0 -3
- data/test/_expected/site/test_layouts/plugin_layout.html +0 -3
- data/test/_expected/site/test_layouts/test_markdown.html +0 -13
- data/test/_expected/site/test_layouts/theme.html +0 -13
- data/test/_expected/site/test_layouts/theme_override.html +0 -14
- data/test/_expected/site/test_pages/feed/index.xml +0 -1
- data/test/_expected/site/test_pages/plugin_page.html +0 -1
- data/test/_expected/site/test_pages/plugin_page_override.html +0 -1
- data/test/_expected/site/test_pages/theme_page.html +0 -13
- data/test/_expected/site/test_pages/three.html +0 -13
- data/test/_expected/test-plugin-expected/.gitignore +0 -22
- data/test/_expected/test-plugin-expected/Gemfile +0 -4
- data/test/_expected/test-plugin-expected/LICENSE.txt +0 -22
- data/test/_expected/test-plugin-expected/README.md +0 -29
- data/test/_expected/test-plugin-expected/Rakefile +0 -2
- data/test/_expected/test-plugin-expected/demo/Gemfile +0 -3
- data/test/_expected/test-plugin-expected/demo/_config.yml +0 -2
- data/test/_expected/test-plugin-expected/demo/index.html +0 -0
- data/test/_expected/test-plugin-expected/test-plugin.gemspec +0 -26
- data/test/_expected/test-theme-expected/.gitignore +0 -22
- data/test/_expected/test-theme-expected/Gemfile +0 -4
- data/test/_expected/test-theme-expected/LICENSE.txt +0 -22
- data/test/_expected/test-theme-expected/README.md +0 -29
- data/test/_expected/test-theme-expected/Rakefile +0 -2
- data/test/_expected/test-theme-expected/demo/Gemfile +0 -3
- data/test/_expected/test-theme-expected/demo/_config.yml +0 -2
- data/test/_expected/test-theme-expected/demo/index.html +0 -0
- data/test/_expected/test-theme-expected/test-theme.gemspec +0 -26
- data/test/_expected/uglify_js_false/all-.js +0 -7
- data/test/_ink_plugins/awesome-sauce/config.yml +0 -2
- data/test/_ink_plugins/awesome-sauce/docs/index.html +0 -0
- data/test/_ink_plugins/awesome-sauce/files/robots.txt +0 -1
- data/test/_ink_plugins/awesome-sauce/includes/some-include.html +0 -1
- data/test/_ink_plugins/awesome-sauce/layouts/test-layout.html +0 -2
- data/test/_ink_plugins/awesome-sauce/pages/a.html +0 -4
- data/test/_ink_plugins/awesome-sauce/pages/b.html +0 -3
- data/test/_ink_plugins/awesome-sauce/plugin.rb +0 -8
- data/test/_ink_plugins/awesome-sauce/stylesheets/plugin-media-test@print.css +0 -3
- data/test/_ink_plugins/awesome-sauce/stylesheets/plugin-test.css +0 -4
- data/test/_ink_plugins/test-theme/config.yml +0 -5
- data/test/_ink_plugins/test-theme/files/disabled-file.txt +0 -2
- data/test/_ink_plugins/test-theme/files/favicon.ico +0 -1
- data/test/_ink_plugins/test-theme/files/favicon.png +0 -1
- data/test/_ink_plugins/test-theme/files/test.html +0 -1
- data/test/_ink_plugins/test-theme/fonts/font-one.otf +0 -1
- data/test/_ink_plugins/test-theme/fonts/font-two.ttf +0 -1
- data/test/_ink_plugins/test-theme/includes/bar.html +0 -2
- data/test/_ink_plugins/test-theme/includes/greet.html +0 -1
- data/test/_ink_plugins/test-theme/javascripts/bar.js +0 -1
- data/test/_ink_plugins/test-theme/javascripts/blah.coffee +0 -1
- data/test/_ink_plugins/test-theme/javascripts/disable-this.js +0 -1
- data/test/_ink_plugins/test-theme/javascripts/foo.js +0 -1
- data/test/_ink_plugins/test-theme/layouts/default.html +0 -12
- data/test/_ink_plugins/test-theme/layouts/test.html +0 -4
- data/test/_ink_plugins/test-theme/pages/disable-test.html +0 -3
- data/test/_ink_plugins/test-theme/pages/four.xml +0 -5
- data/test/_ink_plugins/test-theme/pages/one.xml +0 -4
- data/test/_ink_plugins/test-theme/pages/three.md +0 -6
- data/test/_ink_plugins/test-theme/pages/two.md +0 -5
- data/test/_ink_plugins/test-theme/plugin.rb +0 -8
- data/test/_ink_plugins/test-theme/stylesheets/_colors.scss +0 -1
- data/test/_ink_plugins/test-theme/stylesheets/disable-this.css +0 -1
- data/test/_ink_plugins/test-theme/stylesheets/disable.sass +0 -2
- data/test/_ink_plugins/test-theme/stylesheets/main.scss +0 -5
- data/test/_ink_plugins/test-theme/stylesheets/theme-media-test@print.css +0 -1
- data/test/_ink_plugins/test-theme/stylesheets/theme-test.css +0 -4
- data/test/_ink_plugins/test-theme/stylesheets/theme-test2.css +0 -3
- data/test/_templates/page +0 -4
- data/test/_templates/post +0 -5
- data/test/source/_includes/foo.html +0 -1
- data/test/source/_includes/post_data.html +0 -11
- data/test/source/_layouts/head.html +0 -1
- data/test/source/_layouts/local.html +0 -4
- data/test/source/_plugins/awesome-sauce/config.yml +0 -4
- data/test/source/_plugins/loader.rb +0 -2
- data/test/source/_plugins/theme/config.yml +0 -14
- data/test/source/_plugins/theme/includes/bar.html +0 -2
- data/test/source/_plugins/theme/layouts/test.html +0 -4
- data/test/source/_plugins/theme/stylesheets/_colors.sass +0 -1
- data/test/source/_plugins/theme/stylesheets/theme-test.css +0 -4
- data/test/source/_posts/2014-02-01-test-post.md +0 -8
- data/test/source/_posts/2014-02-02-test-post-2.md +0 -7
- data/test/source/favicon.png +0 -1
- data/test/source/index.html +0 -15
- data/test/source/test_config/plugin_config.html +0 -4
- data/test/source/test_config/theme_config.html +0 -4
- data/test/source/test_layouts/local.html +0 -4
- data/test/source/test_layouts/plugin_layout.html +0 -4
- data/test/source/test_layouts/test_markdown.md +0 -5
- data/test/source/test_layouts/theme.html +0 -4
- data/test/source/test_layouts/theme_override.html +0 -4
- data/test/source/test_pages/plugin_page_override.html +0 -3
data/test/.clash.yml
DELETED
@@ -1,46 +0,0 @@
|
|
1
|
-
-
|
2
|
-
name: Simple build
|
3
|
-
build: true
|
4
|
-
-
|
5
|
-
name: Compare build
|
6
|
-
compare: _expected/site _site
|
7
|
-
-
|
8
|
-
name: Should build with separate javascript and stylesheet files
|
9
|
-
build: true
|
10
|
-
config:
|
11
|
-
octopress: _combine_false.yml
|
12
|
-
compare:
|
13
|
-
- _expected/combine_css_false _site/stylesheets
|
14
|
-
- _expected/combine_js_false _site/javascripts
|
15
|
-
-
|
16
|
-
name: Should compress stylesheets and javascripts
|
17
|
-
build: true
|
18
|
-
config:
|
19
|
-
octopress: _compress_false.yml
|
20
|
-
compare:
|
21
|
-
- _expected/compress_false/stylesheets _site/stylesheets
|
22
|
-
- _expected/compress_false/javascripts _site/javascripts
|
23
|
-
-
|
24
|
-
name: Should copy all theme assets
|
25
|
-
before: octopress ink copy theme --path _copy --force
|
26
|
-
compare: _expected/copy_test _copy
|
27
|
-
after: rm -rf _copy
|
28
|
-
-
|
29
|
-
name: Should copy only pages and layouts
|
30
|
-
before: octopress ink copy theme --layouts --pages --path _copy --force
|
31
|
-
compare: _expected/copy_layouts_pages _copy
|
32
|
-
after: rm -rf _copy
|
33
|
-
-
|
34
|
-
name: Should create a plugins scaffold
|
35
|
-
before:
|
36
|
-
- 'git config user.name > .git-config-user-name'
|
37
|
-
- 'git config user.email > .git-config-user-email'
|
38
|
-
- 'git config user.name ""'
|
39
|
-
- 'git config user.email ""'
|
40
|
-
- 'octopress ink new test-theme --theme'
|
41
|
-
- 'rm -rf test-theme/.git'
|
42
|
-
compare: _expected/test-theme-expected test-theme
|
43
|
-
after:
|
44
|
-
- 'cat .git-config-user-name | tr -d "\n" | xargs -0 git config user.name'
|
45
|
-
- 'cat .git-config-user-email | tr -d "\n" | xargs -0 git config user.email'
|
46
|
-
- 'rm -rf test-theme .git-config-user-name .git-config-user-email'
|
data/test/Gemfile
DELETED
data/test/_combine_false.yml
DELETED
data/test/_compress_false.yml
DELETED
data/test/_config.yml
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
* { background: none; color: #000; }
|
@@ -1 +0,0 @@
|
|
1
|
-
console.log('bar')
|
@@ -1 +0,0 @@
|
|
1
|
-
console.log('omg')
|
@@ -1,12 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8">
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
6
|
-
<title>{{ page.title }}</title>
|
7
|
-
<meta name="viewport" content="width=device-width">
|
8
|
-
</head>
|
9
|
-
<body class="{{ page.body_class }} {{ site.body_class }}">
|
10
|
-
{{ content }}
|
11
|
-
</body>
|
12
|
-
</html>
|
@@ -1 +0,0 @@
|
|
1
|
-
default favicon
|
@@ -1 +0,0 @@
|
|
1
|
-
some favicon
|
@@ -1 +0,0 @@
|
|
1
|
-
<strong>testing theme/files assets</strong>
|
@@ -1 +0,0 @@
|
|
1
|
-
not a font
|
@@ -1 +0,0 @@
|
|
1
|
-
such font. very kern.
|
@@ -1 +0,0 @@
|
|
1
|
-
{{ include.greeting }}, I heard you like includes.
|
@@ -1 +0,0 @@
|
|
1
|
-
console.log('bar')
|
@@ -1 +0,0 @@
|
|
1
|
-
console.log 'dang'
|
@@ -1 +0,0 @@
|
|
1
|
-
console.log('omgwtfbbq!!!11one')
|
@@ -1 +0,0 @@
|
|
1
|
-
console.log('omg')
|
@@ -1,12 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8">
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
6
|
-
<title>{{ page.title }}</title>
|
7
|
-
<meta name="viewport" content="width=device-width">
|
8
|
-
</head>
|
9
|
-
<body class="{{ page.body_class }} {{ site.body_class }}">
|
10
|
-
{{ content }}
|
11
|
-
</body>
|
12
|
-
</html>
|
@@ -1 +0,0 @@
|
|
1
|
-
$bg: white;
|
@@ -1 +0,0 @@
|
|
1
|
-
.do-not-exist { background: #bcbcbc; }
|
@@ -1 +0,0 @@
|
|
1
|
-
* { background: none; color: #000; }
|
@@ -1,14 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8">
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
6
|
-
<title>Test Post</title>
|
7
|
-
<meta name="viewport" content="width=device-width">
|
8
|
-
</head>
|
9
|
-
<body class=" ">
|
10
|
-
<div class='local-override'><p>Test post <strong>strong</strong> <em>emphasized</em> <a href="http://example.com">some link</a></p>
|
11
|
-
</div>
|
12
|
-
|
13
|
-
</body>
|
14
|
-
</html>
|
@@ -1,15 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8">
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
6
|
-
<title>Another Test Post</title>
|
7
|
-
<meta name="viewport" content="width=device-width">
|
8
|
-
</head>
|
9
|
-
<body class=" ">
|
10
|
-
<div class='local-override'><p>some random post
|
11
|
-
<a href="/food">relative link</a></p>
|
12
|
-
</div>
|
13
|
-
|
14
|
-
</body>
|
15
|
-
</html>
|
@@ -1 +0,0 @@
|
|
1
|
-
default favicon
|
@@ -1 +0,0 @@
|
|
1
|
-
override favicon
|
@@ -1 +0,0 @@
|
|
1
|
-
This page is totally a thing.
|
@@ -1,15 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8">
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
6
|
-
<title>Your New Jekyll Site</title>
|
7
|
-
<meta name="viewport" content="width=device-width">
|
8
|
-
</head>
|
9
|
-
<body class=" ">
|
10
|
-
<div class='local-override'>
|
11
|
-
one <span class='separator'></b> two <span class='separator'></b> three <span class='separator'></b> four five
|
12
|
-
</div>
|
13
|
-
|
14
|
-
</body>
|
15
|
-
</html>
|
@@ -1 +0,0 @@
|
|
1
|
-
console.log("bar"),console.log("omg")(function(){console.log("dang")}).call(this);
|
@@ -1 +0,0 @@
|
|
1
|
-
I like robots
|
@@ -1 +0,0 @@
|
|
1
|
-
body{margin:2px;padding:2px}.main{color:#444}body{background:#bcbcbc}.plugin-widget{background:red;color:#fff}
|
@@ -1 +0,0 @@
|
|
1
|
-
*{background:none;color:#000}article a:after{content:attr(href)}
|
@@ -1 +0,0 @@
|
|
1
|
-
<strong>testing theme/files assets</strong>
|
@@ -1,13 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8">
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
6
|
-
<title></title>
|
7
|
-
<meta name="viewport" content="width=device-width">
|
8
|
-
</head>
|
9
|
-
<body class=" ">
|
10
|
-
<p><strong>strong</strong> <em>emphasized</em> <a href="http://example.com">a link</a></p>
|
11
|
-
|
12
|
-
</body>
|
13
|
-
</html>
|
@@ -1,13 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8">
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
6
|
-
<title></title>
|
7
|
-
<meta name="viewport" content="width=device-width">
|
8
|
-
</head>
|
9
|
-
<body class=" ">
|
10
|
-
Load a theme layout
|
11
|
-
|
12
|
-
</body>
|
13
|
-
</html>
|
@@ -1,14 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8">
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
6
|
-
<title></title>
|
7
|
-
<meta name="viewport" content="width=device-width">
|
8
|
-
</head>
|
9
|
-
<body class=" ">
|
10
|
-
<div class='local-override'>Load a layout from the theme override
|
11
|
-
</div>
|
12
|
-
|
13
|
-
</body>
|
14
|
-
</html>
|
@@ -1 +0,0 @@
|
|
1
|
-
<tag>fooo</tag>
|
@@ -1 +0,0 @@
|
|
1
|
-
Page two from plugin
|
@@ -1 +0,0 @@
|
|
1
|
-
This page should not be overwritten by the plugin page.
|
@@ -1,13 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8">
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
6
|
-
<title></title>
|
7
|
-
<meta name="viewport" content="width=device-width">
|
8
|
-
</head>
|
9
|
-
<body class=" ">
|
10
|
-
<p>Testing pages. <strong>strong</strong> <em>emphasized</em> <a href="http://example.com">a link</a></p>
|
11
|
-
|
12
|
-
</body>
|
13
|
-
</html>
|
@@ -1,13 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8">
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
6
|
-
<title></title>
|
7
|
-
<meta name="viewport" content="width=device-width">
|
8
|
-
</head>
|
9
|
-
<body class=" ">
|
10
|
-
<p>SUB BABY</p>
|
11
|
-
|
12
|
-
</body>
|
13
|
-
</html>
|
@@ -1,22 +0,0 @@
|
|
1
|
-
*.gem
|
2
|
-
*.rbc
|
3
|
-
.bundle
|
4
|
-
.config
|
5
|
-
.yardoc
|
6
|
-
Gemfile.lock
|
7
|
-
InstalledFiles
|
8
|
-
_yardoc
|
9
|
-
coverage
|
10
|
-
doc/
|
11
|
-
lib/bundler/man
|
12
|
-
pkg
|
13
|
-
rdoc
|
14
|
-
spec/reports
|
15
|
-
test/tmp
|
16
|
-
test/version_tmp
|
17
|
-
tmp
|
18
|
-
*.bundle
|
19
|
-
*.so
|
20
|
-
*.o
|
21
|
-
*.a
|
22
|
-
mkmf.log
|
@@ -1,22 +0,0 @@
|
|
1
|
-
Copyright (c) 2014 TODO: Write your name
|
2
|
-
|
3
|
-
MIT License
|
4
|
-
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
6
|
-
a copy of this software and associated documentation files (the
|
7
|
-
"Software"), to deal in the Software without restriction, including
|
8
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
9
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
10
|
-
permit persons to whom the Software is furnished to do so, subject to
|
11
|
-
the following conditions:
|
12
|
-
|
13
|
-
The above copyright notice and this permission notice shall be
|
14
|
-
included in all copies or substantial portions of the Software.
|
15
|
-
|
16
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
17
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
18
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
19
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
20
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
21
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
22
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
@@ -1,29 +0,0 @@
|
|
1
|
-
# TestPlugin
|
2
|
-
|
3
|
-
TODO: Write a gem description
|
4
|
-
|
5
|
-
## Installation
|
6
|
-
|
7
|
-
Add this line to your application's Gemfile:
|
8
|
-
|
9
|
-
gem 'test-plugin'
|
10
|
-
|
11
|
-
And then execute:
|
12
|
-
|
13
|
-
$ bundle
|
14
|
-
|
15
|
-
Or install it yourself as:
|
16
|
-
|
17
|
-
$ gem install test-plugin
|
18
|
-
|
19
|
-
## Usage
|
20
|
-
|
21
|
-
TODO: Write usage instructions here
|
22
|
-
|
23
|
-
## Contributing
|
24
|
-
|
25
|
-
1. Fork it ( https://github.com/[my-github-username]/test-plugin/fork )
|
26
|
-
2. Create your feature branch (`git checkout -b my-new-feature`)
|
27
|
-
3. Commit your changes (`git commit -am 'Add some feature'`)
|
28
|
-
4. Push to the branch (`git push origin my-new-feature`)
|
29
|
-
5. Create a new Pull Request
|
File without changes
|