markdown-ui 0.1.4 → 0.1.6
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 +4 -4
- data/.gitignore +61 -6
- data/Changelog +27 -2
- data/Gemfile +15 -2
- data/components/collections/markdown-ui-grid/Gemfile +2 -0
- data/{lib/markdown-ui → components/collections/markdown-ui-grid/lib}/grid/column/column.rb +0 -0
- data/{lib/markdown-ui → components/collections/markdown-ui-grid/lib}/grid/grid.rb +0 -0
- data/{lib/markdown-ui → components/collections/markdown-ui-grid/lib}/grid/row/row.rb +0 -0
- data/components/collections/markdown-ui-grid/lib/grid/version.rb +5 -0
- data/components/collections/markdown-ui-grid/lib/markdown-ui-grid.rb +3 -0
- data/components/collections/markdown-ui-grid/markdown-ui-grid.gemspec +37 -0
- data/components/collections/markdown-ui-menu/Gemfile +2 -0
- data/components/collections/markdown-ui-menu/lib/markdown-ui-menu.rb +3 -0
- data/{lib/markdown-ui → components/collections/markdown-ui-menu/lib}/menu/custom.rb +0 -0
- data/{lib/markdown-ui → components/collections/markdown-ui-menu/lib}/menu/element.rb +0 -0
- data/{lib/markdown-ui → components/collections/markdown-ui-menu/lib}/menu/pagination.rb +0 -0
- data/{lib/markdown-ui → components/collections/markdown-ui-menu/lib}/menu/pointing.rb +0 -0
- data/{lib/markdown-ui → components/collections/markdown-ui-menu/lib}/menu/secondary.rb +0 -0
- data/{lib/markdown-ui → components/collections/markdown-ui-menu/lib}/menu/standard.rb +0 -0
- data/{lib/markdown-ui → components/collections/markdown-ui-menu/lib}/menu/tabular.rb +0 -0
- data/{lib/markdown-ui → components/collections/markdown-ui-menu/lib}/menu/text.rb +0 -0
- data/components/collections/markdown-ui-menu/lib/menu/version.rb +5 -0
- data/{lib/markdown-ui → components/collections/markdown-ui-menu/lib}/menu/vertical.rb +0 -0
- data/components/collections/markdown-ui-menu/markdown-ui-menu.gemspec +37 -0
- data/components/collections/markdown-ui-message/Gemfile +2 -0
- data/components/collections/markdown-ui-message/lib/markdown-ui-message.rb +3 -0
- data/{lib/markdown-ui → components/collections/markdown-ui-message/lib}/message/custom_message.rb +0 -0
- data/{lib/markdown-ui → components/collections/markdown-ui-message/lib}/message/list_message.rb +0 -0
- data/{lib/markdown-ui → components/collections/markdown-ui-message/lib}/message/message.rb +0 -0
- data/{lib/markdown-ui → components/collections/markdown-ui-message/lib}/message/standard_message.rb +0 -0
- data/components/collections/markdown-ui-message/lib/message/version.rb +5 -0
- data/components/collections/markdown-ui-message/markdown-ui-message.gemspec +37 -0
- data/components/elements/markdown-ui-button/Gemfile +2 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-button/lib}/button/animated.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-button/lib}/button/basic.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-button/lib}/button/custom.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-button/lib}/button/element.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-button/lib}/button/focusable.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-button/lib}/button/group/buttons/custom.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-button/lib}/button/group/buttons/element.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-button/lib}/button/group/buttons/icon.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-button/lib}/button/group/buttons/standard.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-button/lib}/button/icon.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-button/lib}/button/labeled_icon.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-button/lib}/button/standard.rb +0 -0
- data/components/elements/markdown-ui-button/lib/button/version.rb +5 -0
- data/components/elements/markdown-ui-button/lib/markdown-ui-button.rb +3 -0
- data/components/elements/markdown-ui-button/markdown-ui-button.gemspec +37 -0
- data/components/elements/markdown-ui-container/Gemfile +2 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-container/lib}/container/alignment/center.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-container/lib}/container/alignment/left.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-container/lib}/container/alignment/right.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-container/lib}/container/custom.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-container/lib}/container/element.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-container/lib}/container/standard.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-container/lib}/container/text.rb +0 -0
- data/components/elements/markdown-ui-container/lib/container/version.rb +5 -0
- data/components/elements/markdown-ui-container/lib/markdown-ui-container.rb +3 -0
- data/components/elements/markdown-ui-container/markdown-ui-container.gemspec +37 -0
- data/components/elements/markdown-ui-content/Gemfile +2 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-content/lib}/content/custom.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-content/lib}/content/header.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-content/lib}/content/icon.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-content/lib}/content/item.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-content/lib}/content/list.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-content/lib}/content/parser.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-content/lib}/content/text.rb +0 -0
- data/components/elements/markdown-ui-content/lib/content/version.rb +5 -0
- data/components/elements/markdown-ui-content/lib/markdown-ui-content.rb +3 -0
- data/components/elements/markdown-ui-content/markdown-ui-content.gemspec +37 -0
- data/components/elements/markdown-ui-header/Gemfile +2 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-header/lib}/header/header.rb +0 -0
- data/components/elements/markdown-ui-header/lib/header/version.rb +5 -0
- data/components/elements/markdown-ui-header/lib/markdown-ui-header.rb +3 -0
- data/components/elements/markdown-ui-header/markdown-ui-header.gemspec +37 -0
- data/components/elements/markdown-ui-label/Gemfile +2 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-label/lib}/label/custom.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-label/lib}/label/element.rb +0 -0
- data/components/elements/markdown-ui-label/lib/label/version.rb +5 -0
- data/components/elements/markdown-ui-label/lib/markdown-ui-label.rb +3 -0
- data/components/elements/markdown-ui-label/markdown-ui-label.gemspec +37 -0
- data/components/elements/markdown-ui-segment/Gemfile +2 -0
- data/components/elements/markdown-ui-segment/lib/markdown-ui-segment.rb +3 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-segment/lib}/segment/custom_segment.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-segment/lib}/segment/horizontal_segment.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-segment/lib}/segment/padded_segment.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-segment/lib}/segment/piled_segment.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-segment/lib}/segment/segment.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-segment/lib}/segment/stacked_segment.rb +0 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-segment/lib}/segment/standard_segment.rb +0 -0
- data/components/elements/markdown-ui-segment/lib/segment/version.rb +5 -0
- data/{lib/markdown-ui → components/elements/markdown-ui-segment/lib}/segment/vertical_segment.rb +0 -0
- data/components/elements/markdown-ui-segment/markdown-ui-segment.gemspec +37 -0
- data/lib/markdown-ui.rb +5 -0
- data/lib/markdown-ui/collection.rb +7 -0
- data/lib/markdown-ui/element.rb +7 -0
- data/lib/markdown-ui/tag/item_tag.rb +2 -2
- data/lib/markdown-ui/version.rb +1 -1
- data/website/index.html +24 -8
- data/website/index.md +23 -8
- metadata +93 -55
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b70222e42eaa13906efa24482be04882ef04c393
|
|
4
|
+
data.tar.gz: ba58a736a5c579f5115e30006a6af601b7683d8a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 75954e9e390ec81f40f57e64c8df4324a2c575fa6aff589e65d2f243bd53ca1a02c0bdc216731114c01acfaee00a081708c2ad940b1a0fa761d700e5a84acd4b
|
|
7
|
+
data.tar.gz: 31c41e066e67ca95ceec9419a620afb500dfb4930aaa9903b238d23d0622149988cb94175209f0631e1a14bca3b9bb1b660dc34f35f555e8bc33af5da391284c
|
data/.gitignore
CHANGED
|
@@ -1,10 +1,65 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
# Created by https://www.gitignore.io
|
|
2
|
+
|
|
3
|
+
### Ruby ###
|
|
4
|
+
*.gem
|
|
5
|
+
*.rbc
|
|
6
|
+
/.config
|
|
5
7
|
/coverage/
|
|
6
|
-
/
|
|
8
|
+
/InstalledFiles
|
|
7
9
|
/pkg/
|
|
8
10
|
/spec/reports/
|
|
11
|
+
/test/tmp/
|
|
12
|
+
/test/version_tmp/
|
|
9
13
|
/tmp/
|
|
10
|
-
|
|
14
|
+
|
|
15
|
+
## Specific to RubyMotion:
|
|
16
|
+
.dat*
|
|
17
|
+
.repl_history
|
|
18
|
+
build/
|
|
19
|
+
|
|
20
|
+
## Documentation cache and generated files:
|
|
21
|
+
/.yardoc/
|
|
22
|
+
/_yardoc/
|
|
23
|
+
/doc/
|
|
24
|
+
/rdoc/
|
|
25
|
+
|
|
26
|
+
## Environment normalisation:
|
|
27
|
+
/.bundle/
|
|
28
|
+
/vendor/bundle
|
|
29
|
+
/lib/bundler/man/
|
|
30
|
+
|
|
31
|
+
# for a library or gem, you might want to ignore these files since the code is
|
|
32
|
+
# intended to run in multiple environments; otherwise, check them in:
|
|
33
|
+
Gemfile.lock
|
|
34
|
+
.ruby-version
|
|
35
|
+
.ruby-gemset
|
|
36
|
+
|
|
37
|
+
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
|
|
38
|
+
.rvmrc
|
|
39
|
+
|
|
40
|
+
### OSX ###
|
|
41
|
+
.DS_Store
|
|
42
|
+
.AppleDouble
|
|
43
|
+
.LSOverride
|
|
44
|
+
|
|
45
|
+
# Icon must end with two \r
|
|
46
|
+
Icon
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
# Thumbnails
|
|
50
|
+
._*
|
|
51
|
+
|
|
52
|
+
# Files that might appear in the root of a volume
|
|
53
|
+
.DocumentRevisions-V100
|
|
54
|
+
.fseventsd
|
|
55
|
+
.Spotlight-V100
|
|
56
|
+
.TemporaryItems
|
|
57
|
+
.Trashes
|
|
58
|
+
.VolumeIcon.icns
|
|
59
|
+
|
|
60
|
+
# Directories potentially created on remote AFP share
|
|
61
|
+
.AppleDB
|
|
62
|
+
.AppleDesktop
|
|
63
|
+
Network Trash Folder
|
|
64
|
+
Temporary Items
|
|
65
|
+
.apdisk
|
data/Changelog
CHANGED
|
@@ -1,7 +1,32 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.6 - 08-05-15
|
|
2
|
+
* Fix component not resolving components in CLI tool
|
|
3
|
+
* Componentize
|
|
4
|
+
* Elements
|
|
5
|
+
- button
|
|
6
|
+
- container
|
|
7
|
+
- content
|
|
8
|
+
- header
|
|
9
|
+
- label
|
|
10
|
+
- segment
|
|
11
|
+
* Collections
|
|
12
|
+
- grid
|
|
13
|
+
- menu
|
|
14
|
+
- message
|
|
15
|
+
|
|
16
|
+
0.1.5 - 08-04-15
|
|
17
|
+
* Componentize
|
|
18
|
+
* Elements
|
|
19
|
+
- button
|
|
20
|
+
- container
|
|
21
|
+
- content
|
|
22
|
+
* Collections
|
|
23
|
+
- grid
|
|
24
|
+
|
|
25
|
+
0.1.4 - 08-04-15
|
|
2
26
|
* Documentation updates
|
|
3
27
|
* Added Badges
|
|
4
|
-
*
|
|
28
|
+
* Optimize Viewport for Mobile
|
|
29
|
+
* Componentize Elements
|
|
5
30
|
|
|
6
31
|
0.1.3 - 07-21-15
|
|
7
32
|
* Add Bundler as a dependency
|
data/Gemfile
CHANGED
|
@@ -1,4 +1,17 @@
|
|
|
1
1
|
source 'https://rubygems.org'
|
|
2
|
-
|
|
3
|
-
# Specify your gem's dependencies in markdown-ui.gemspec
|
|
4
2
|
gemspec
|
|
3
|
+
|
|
4
|
+
group :elements do
|
|
5
|
+
gem 'markdown-ui-button', :path => 'components/elements/markdown-ui-button/'
|
|
6
|
+
gem 'markdown-ui-container', :path => 'components/elements/markdown-ui-container/'
|
|
7
|
+
gem 'markdown-ui-content', :path => 'components/elements/markdown-ui-content/'
|
|
8
|
+
gem 'markdown-ui-header', :path => 'components/elements/markdown-ui-header/'
|
|
9
|
+
gem 'markdown-ui-label', :path => 'components/elements/markdown-ui-label/'
|
|
10
|
+
gem 'markdown-ui-segment', :path => 'components/elements/markdown-ui-segment/'
|
|
11
|
+
end
|
|
12
|
+
|
|
13
|
+
group :collections do
|
|
14
|
+
gem 'markdown-ui-grid', :path => 'components/collections/markdown-ui-grid/'
|
|
15
|
+
gem 'markdown-ui-menu', :path => 'components/collections/markdown-ui-menu/'
|
|
16
|
+
gem 'markdown-ui-message', :path => 'components/collections/markdown-ui-message/'
|
|
17
|
+
end
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
lib = File.expand_path('../lib', __FILE__)
|
|
3
|
+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
|
+
require 'grid/version'
|
|
5
|
+
|
|
6
|
+
Gem::Specification.new do |spec|
|
|
7
|
+
spec.name = "markdown-ui-grid"
|
|
8
|
+
spec.version = MarkdownUI::GridElement::VERSION
|
|
9
|
+
spec.authors = ["Joel Bryan Juliano"]
|
|
10
|
+
spec.email = ["joelbryan.juliano@gmail.com"]
|
|
11
|
+
|
|
12
|
+
spec.summary = %q{Responsive User Interfaces in Markdown}
|
|
13
|
+
spec.description = %q{Create responsive UI/UX for mobile and web using Markdown Syntax}
|
|
14
|
+
spec.homepage = "https://github.com/jjuliano/markdown-ui"
|
|
15
|
+
spec.license = "MIT"
|
|
16
|
+
|
|
17
|
+
# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
|
|
18
|
+
# delete this section to allow pushing this gem to any host.
|
|
19
|
+
if spec.respond_to?(:metadata)
|
|
20
|
+
spec.metadata['allowed_push_host'] = "https://rubygems.org"
|
|
21
|
+
else
|
|
22
|
+
raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
26
|
+
spec.bindir = "exe"
|
|
27
|
+
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
28
|
+
spec.require_paths = ["lib"]
|
|
29
|
+
|
|
30
|
+
spec.add_dependency 'bundler', '~> 1.10', '~> 1.9'
|
|
31
|
+
spec.add_dependency "redcarpet", "~> 3.2"
|
|
32
|
+
spec.add_dependency "nokogiri", "~> 1.6"
|
|
33
|
+
spec.add_development_dependency "rake", "~> 10.0"
|
|
34
|
+
spec.add_development_dependency "test-unit", "~> 3.0"
|
|
35
|
+
spec.add_development_dependency "simplecov", "~> 0.10"
|
|
36
|
+
spec.add_development_dependency "codeclimate-test-reporter", "~> 0.4"
|
|
37
|
+
end
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
lib = File.expand_path('../lib', __FILE__)
|
|
3
|
+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
|
+
require 'menu/version'
|
|
5
|
+
|
|
6
|
+
Gem::Specification.new do |spec|
|
|
7
|
+
spec.name = "markdown-ui-menu"
|
|
8
|
+
spec.version = MarkdownUI::Menu::VERSION
|
|
9
|
+
spec.authors = ["Joel Bryan Juliano"]
|
|
10
|
+
spec.email = ["joelbryan.juliano@gmail.com"]
|
|
11
|
+
|
|
12
|
+
spec.summary = %q{Responsive User Interfaces in Markdown}
|
|
13
|
+
spec.description = %q{Create responsive UI/UX for mobile and web using Markdown Syntax}
|
|
14
|
+
spec.homepage = "https://github.com/jjuliano/markdown-ui"
|
|
15
|
+
spec.license = "MIT"
|
|
16
|
+
|
|
17
|
+
# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
|
|
18
|
+
# delete this section to allow pushing this gem to any host.
|
|
19
|
+
if spec.respond_to?(:metadata)
|
|
20
|
+
spec.metadata['allowed_push_host'] = "https://rubygems.org"
|
|
21
|
+
else
|
|
22
|
+
raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
26
|
+
spec.bindir = "exe"
|
|
27
|
+
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
28
|
+
spec.require_paths = ["lib"]
|
|
29
|
+
|
|
30
|
+
spec.add_dependency 'bundler', '~> 1.10', '~> 1.9'
|
|
31
|
+
spec.add_dependency "redcarpet", "~> 3.2"
|
|
32
|
+
spec.add_dependency "nokogiri", "~> 1.6"
|
|
33
|
+
spec.add_development_dependency "rake", "~> 10.0"
|
|
34
|
+
spec.add_development_dependency "test-unit", "~> 3.0"
|
|
35
|
+
spec.add_development_dependency "simplecov", "~> 0.10"
|
|
36
|
+
spec.add_development_dependency "codeclimate-test-reporter", "~> 0.4"
|
|
37
|
+
end
|
data/{lib/markdown-ui → components/collections/markdown-ui-message/lib}/message/custom_message.rb
RENAMED
|
File without changes
|
data/{lib/markdown-ui → components/collections/markdown-ui-message/lib}/message/list_message.rb
RENAMED
|
File without changes
|
|
File without changes
|
data/{lib/markdown-ui → components/collections/markdown-ui-message/lib}/message/standard_message.rb
RENAMED
|
File without changes
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
lib = File.expand_path('../lib', __FILE__)
|
|
3
|
+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
|
+
require 'message/version'
|
|
5
|
+
|
|
6
|
+
Gem::Specification.new do |spec|
|
|
7
|
+
spec.name = "markdown-ui-message"
|
|
8
|
+
spec.version = MarkdownUI::MessageElement::VERSION
|
|
9
|
+
spec.authors = ["Joel Bryan Juliano"]
|
|
10
|
+
spec.email = ["joelbryan.juliano@gmail.com"]
|
|
11
|
+
|
|
12
|
+
spec.summary = %q{Responsive User Interfaces in Markdown}
|
|
13
|
+
spec.description = %q{Create responsive UI/UX for mobile and web using Markdown Syntax}
|
|
14
|
+
spec.homepage = "https://github.com/jjuliano/markdown-ui"
|
|
15
|
+
spec.license = "MIT"
|
|
16
|
+
|
|
17
|
+
# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
|
|
18
|
+
# delete this section to allow pushing this gem to any host.
|
|
19
|
+
if spec.respond_to?(:metadata)
|
|
20
|
+
spec.metadata['allowed_push_host'] = "https://rubygems.org"
|
|
21
|
+
else
|
|
22
|
+
raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
26
|
+
spec.bindir = "exe"
|
|
27
|
+
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
28
|
+
spec.require_paths = ["lib"]
|
|
29
|
+
|
|
30
|
+
spec.add_dependency 'bundler', '~> 1.10', '~> 1.9'
|
|
31
|
+
spec.add_dependency "redcarpet", "~> 3.2"
|
|
32
|
+
spec.add_dependency "nokogiri", "~> 1.6"
|
|
33
|
+
spec.add_development_dependency "rake", "~> 10.0"
|
|
34
|
+
spec.add_development_dependency "test-unit", "~> 3.0"
|
|
35
|
+
spec.add_development_dependency "simplecov", "~> 0.10"
|
|
36
|
+
spec.add_development_dependency "codeclimate-test-reporter", "~> 0.4"
|
|
37
|
+
end
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/{lib/markdown-ui → components/elements/markdown-ui-button/lib}/button/group/buttons/custom.rb
RENAMED
|
File without changes
|
data/{lib/markdown-ui → components/elements/markdown-ui-button/lib}/button/group/buttons/element.rb
RENAMED
|
File without changes
|
data/{lib/markdown-ui → components/elements/markdown-ui-button/lib}/button/group/buttons/icon.rb
RENAMED
|
File without changes
|
data/{lib/markdown-ui → components/elements/markdown-ui-button/lib}/button/group/buttons/standard.rb
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
lib = File.expand_path('../lib', __FILE__)
|
|
3
|
+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
|
+
require 'button/version'
|
|
5
|
+
|
|
6
|
+
Gem::Specification.new do |spec|
|
|
7
|
+
spec.name = "markdown-ui-button"
|
|
8
|
+
spec.version = MarkdownUI::Button::VERSION
|
|
9
|
+
spec.authors = ["Joel Bryan Juliano"]
|
|
10
|
+
spec.email = ["joelbryan.juliano@gmail.com"]
|
|
11
|
+
|
|
12
|
+
spec.summary = %q{Responsive User Interfaces in Markdown}
|
|
13
|
+
spec.description = %q{Create responsive UI/UX for mobile and web using Markdown Syntax}
|
|
14
|
+
spec.homepage = "https://github.com/jjuliano/markdown-ui"
|
|
15
|
+
spec.license = "MIT"
|
|
16
|
+
|
|
17
|
+
# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
|
|
18
|
+
# delete this section to allow pushing this gem to any host.
|
|
19
|
+
if spec.respond_to?(:metadata)
|
|
20
|
+
spec.metadata['allowed_push_host'] = "https://rubygems.org"
|
|
21
|
+
else
|
|
22
|
+
raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
26
|
+
spec.bindir = "exe"
|
|
27
|
+
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
28
|
+
spec.require_paths = ["lib"]
|
|
29
|
+
|
|
30
|
+
spec.add_dependency 'bundler', '~> 1.10', '~> 1.9'
|
|
31
|
+
spec.add_dependency "redcarpet", "~> 3.2"
|
|
32
|
+
spec.add_dependency "nokogiri", "~> 1.6"
|
|
33
|
+
spec.add_development_dependency "rake", "~> 10.0"
|
|
34
|
+
spec.add_development_dependency "test-unit", "~> 3.0"
|
|
35
|
+
spec.add_development_dependency "simplecov", "~> 0.10"
|
|
36
|
+
spec.add_development_dependency "codeclimate-test-reporter", "~> 0.4"
|
|
37
|
+
end
|
data/{lib/markdown-ui → components/elements/markdown-ui-container/lib}/container/alignment/center.rb
RENAMED
|
File without changes
|
data/{lib/markdown-ui → components/elements/markdown-ui-container/lib}/container/alignment/left.rb
RENAMED
|
File without changes
|
data/{lib/markdown-ui → components/elements/markdown-ui-container/lib}/container/alignment/right.rb
RENAMED
|
File without changes
|