md_simple_editor 0.4.0 → 0.5.0
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 +1 -0
- data/CHANGELOG.md +8 -0
- data/app/assets/stylesheets/md_simple_editor.css.scss +0 -1
- data/lib/md_simple_editor/version.rb +1 -1
- data/md_simple_editor.gemspec +1 -1
- metadata +5 -13
- data/.idea/.rakeTasks +0 -7
- data/.idea/encodings.xml +0 -5
- data/.idea/md_simple_editor.iml +0 -18
- data/.idea/misc.xml +0 -36
- data/.idea/modules.xml +0 -9
- data/.idea/scopes/scope_settings.xml +0 -5
- data/.idea/vcs.xml +0 -6
- data/.idea/workspace.xml +0 -180
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0f9e1e01c22610ad1df9051d1958445d90f65ab1
|
|
4
|
+
data.tar.gz: 318f496c24db92a86145e3f6dc19adebca20757e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da1b883ecf13036b9ca07ecfdb14b982f3a00e77c8bc49855d7304bdb3144076e5d586598c4e775ae41bb6f0cfef20cd8363d47382364de2e369d5af3d61289e
|
|
7
|
+
data.tar.gz: 3c9a4b62651ccbad66b8940fedc6d11d009432c660798d774829fb2033499b8ebe2f9cad76149c09d89a0ad453ca0372fca7be0ab288cc3cc1479729577545fc
|
data/.gitignore
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
|
|
2
2
|
#### [Current]
|
|
3
3
|
|
|
4
|
+
### v.0.5.0
|
|
5
|
+
*Changed*
|
|
6
|
+
- Use bootstrap 4 by default
|
|
7
|
+
|
|
8
|
+
### v.0.4.0
|
|
9
|
+
*Changed*
|
|
10
|
+
- Allow to use new versions of bootstrap
|
|
11
|
+
- Update readme, fix space and improve font-awesome setup on readme, thanks [@dyuzz16](https://github.com/dyuzz16)
|
|
4
12
|
|
|
5
13
|
#### v0.1.8
|
|
6
14
|
* [55adff2](../../commit/55adff2) - __(Ruben Espinosa)__ preview funcionality, bootstrap as css provider
|
data/md_simple_editor.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: md_simple_editor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ruben Espinosa
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-10-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -67,19 +67,19 @@ dependencies:
|
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '3.4'
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
|
-
name: bootstrap
|
|
70
|
+
name: bootstrap
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
72
72
|
requirements:
|
|
73
73
|
- - ">="
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version:
|
|
75
|
+
version: 4.0.0
|
|
76
76
|
type: :runtime
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
80
|
- - ">="
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version:
|
|
82
|
+
version: 4.0.0
|
|
83
83
|
description: Simple editor for markdown and rails
|
|
84
84
|
email:
|
|
85
85
|
- rderoldan1@gmail.com
|
|
@@ -88,14 +88,6 @@ extensions: []
|
|
|
88
88
|
extra_rdoc_files: []
|
|
89
89
|
files:
|
|
90
90
|
- ".gitignore"
|
|
91
|
-
- ".idea/.rakeTasks"
|
|
92
|
-
- ".idea/encodings.xml"
|
|
93
|
-
- ".idea/md_simple_editor.iml"
|
|
94
|
-
- ".idea/misc.xml"
|
|
95
|
-
- ".idea/modules.xml"
|
|
96
|
-
- ".idea/scopes/scope_settings.xml"
|
|
97
|
-
- ".idea/vcs.xml"
|
|
98
|
-
- ".idea/workspace.xml"
|
|
99
91
|
- CHANGELOG.md
|
|
100
92
|
- Gemfile
|
|
101
93
|
- LICENSE
|
data/.idea/.rakeTasks
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<Settings><!--This file was automatically generated by Ruby plugin.
|
|
3
|
-
You are allowed to:
|
|
4
|
-
1. Remove rake task
|
|
5
|
-
2. Add existing rake tasks
|
|
6
|
-
To add existing rake tasks automatically delete this file and reload the project.
|
|
7
|
-
--><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Build md_simple_editor-0.1.8.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Build and install md_simple_editor-0.1.8.gem into system gems" fullCmd="install" taksId="install" /><RakeTask description="Create tag v0.1.8 and build and push md_simple_editor-0.1.8.gem to Rubygems" fullCmd="release" taksId="release" /></RakeGroup></Settings>
|
data/.idea/encodings.xml
DELETED
data/.idea/md_simple_editor.iml
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<module type="RUBY_MODULE" version="4">
|
|
3
|
-
<component name="FacetManager">
|
|
4
|
-
<facet type="gem" name="Ruby Gem">
|
|
5
|
-
<configuration />
|
|
6
|
-
</facet>
|
|
7
|
-
</component>
|
|
8
|
-
<component name="ModuleRunConfigurationManager">
|
|
9
|
-
<shared />
|
|
10
|
-
</component>
|
|
11
|
-
<component name="NewModuleRootManager">
|
|
12
|
-
<content url="file://$MODULE_DIR$" />
|
|
13
|
-
<orderEntry type="inheritedJdk" />
|
|
14
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
|
15
|
-
<orderEntry type="library" scope="PROVIDED" name="erubis (v2.7.0, RVM: ruby-1.9.3-p392) [gem]" level="application" />
|
|
16
|
-
<orderEntry type="library" scope="PROVIDED" name="rack-test (v0.6.2, RVM: ruby-1.9.3-p392) [gem]" level="application" />
|
|
17
|
-
</component>
|
|
18
|
-
</module>
|
data/.idea/misc.xml
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="ProjectInspectionProfilesVisibleTreeState">
|
|
4
|
-
<entry key="Project Default">
|
|
5
|
-
<profile-state>
|
|
6
|
-
<expanded-state>
|
|
7
|
-
<State>
|
|
8
|
-
<id />
|
|
9
|
-
</State>
|
|
10
|
-
</expanded-state>
|
|
11
|
-
<selected-state>
|
|
12
|
-
<State>
|
|
13
|
-
<id>CoffeeScript</id>
|
|
14
|
-
</State>
|
|
15
|
-
</selected-state>
|
|
16
|
-
</profile-state>
|
|
17
|
-
</entry>
|
|
18
|
-
</component>
|
|
19
|
-
<component name="ProjectRootManager" version="2" project-jdk-name="RVM: ruby-1.9.3-p392" project-jdk-type="RUBY_SDK" />
|
|
20
|
-
<component name="masterDetails">
|
|
21
|
-
<states>
|
|
22
|
-
<state key="ScopeChooserConfigurable.UI">
|
|
23
|
-
<settings>
|
|
24
|
-
<splitter-proportions>
|
|
25
|
-
<option name="proportions">
|
|
26
|
-
<list>
|
|
27
|
-
<option value="0.2" />
|
|
28
|
-
</list>
|
|
29
|
-
</option>
|
|
30
|
-
</splitter-proportions>
|
|
31
|
-
</settings>
|
|
32
|
-
</state>
|
|
33
|
-
</states>
|
|
34
|
-
</component>
|
|
35
|
-
</project>
|
|
36
|
-
|
data/.idea/modules.xml
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="ProjectModuleManager">
|
|
4
|
-
<modules>
|
|
5
|
-
<module fileurl="file://$PROJECT_DIR$/.idea/md_simple_editor.iml" filepath="$PROJECT_DIR$/.idea/md_simple_editor.iml" />
|
|
6
|
-
</modules>
|
|
7
|
-
</component>
|
|
8
|
-
</project>
|
|
9
|
-
|
data/.idea/vcs.xml
DELETED
data/.idea/workspace.xml
DELETED
|
@@ -1,180 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="ChangeListManager">
|
|
4
|
-
<list default="true" id="8c663ecd-d50c-4d78-b11a-ad11c976969c" name="Default Changelist" comment="">
|
|
5
|
-
<change beforePath="$PROJECT_DIR$/.idea/md_simple_editor.iml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/md_simple_editor.iml" afterDir="false" />
|
|
6
|
-
<change beforePath="$PROJECT_DIR$/.idea/vcs.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
|
|
7
|
-
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
8
|
-
<change beforePath="$PROJECT_DIR$/lib/md_simple_editor/version.rb" beforeDir="false" afterPath="$PROJECT_DIR$/lib/md_simple_editor/version.rb" afterDir="false" />
|
|
9
|
-
<change beforePath="$PROJECT_DIR$/md_simple_editor.gemspec" beforeDir="false" afterPath="$PROJECT_DIR$/md_simple_editor.gemspec" afterDir="false" />
|
|
10
|
-
</list>
|
|
11
|
-
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
|
12
|
-
<option name="SHOW_DIALOG" value="false" />
|
|
13
|
-
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
14
|
-
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
15
|
-
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
16
|
-
</component>
|
|
17
|
-
<component name="CreatePatchCommitExecutor">
|
|
18
|
-
<option name="PATCH_PATH" value="" />
|
|
19
|
-
</component>
|
|
20
|
-
<component name="FileEditorManager">
|
|
21
|
-
<leaf>
|
|
22
|
-
<file pinned="false" current-in-tab="false">
|
|
23
|
-
<entry file="file://$PROJECT_DIR$/Gemfile">
|
|
24
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
25
|
-
<state relative-caret-position="90">
|
|
26
|
-
<caret line="6" lean-forward="true" selection-start-line="6" selection-end-line="6" />
|
|
27
|
-
</state>
|
|
28
|
-
</provider>
|
|
29
|
-
</entry>
|
|
30
|
-
</file>
|
|
31
|
-
<file pinned="false" current-in-tab="true">
|
|
32
|
-
<entry file="file://$PROJECT_DIR$/md_simple_editor.gemspec">
|
|
33
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
34
|
-
<state relative-caret-position="405">
|
|
35
|
-
<caret line="27" lean-forward="true" selection-start-line="27" selection-end-line="27" />
|
|
36
|
-
</state>
|
|
37
|
-
</provider>
|
|
38
|
-
</entry>
|
|
39
|
-
</file>
|
|
40
|
-
<file pinned="false" current-in-tab="false">
|
|
41
|
-
<entry file="file://$PROJECT_DIR$/lib/md_simple_editor/version.rb">
|
|
42
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
43
|
-
<state relative-caret-position="45">
|
|
44
|
-
<caret line="3" lean-forward="true" selection-start-line="3" selection-end-line="3" />
|
|
45
|
-
</state>
|
|
46
|
-
</provider>
|
|
47
|
-
</entry>
|
|
48
|
-
</file>
|
|
49
|
-
</leaf>
|
|
50
|
-
</component>
|
|
51
|
-
<component name="Git.Settings">
|
|
52
|
-
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
53
|
-
</component>
|
|
54
|
-
<component name="IdeDocumentHistory">
|
|
55
|
-
<option name="CHANGED_PATHS">
|
|
56
|
-
<list>
|
|
57
|
-
<option value="$PROJECT_DIR$/md_simple_editor.gemspec" />
|
|
58
|
-
<option value="$PROJECT_DIR$/lib/md_simple_editor/version.rb" />
|
|
59
|
-
</list>
|
|
60
|
-
</option>
|
|
61
|
-
</component>
|
|
62
|
-
<component name="ProjectFrameBounds">
|
|
63
|
-
<option name="y" value="23" />
|
|
64
|
-
<option name="width" value="1920" />
|
|
65
|
-
<option name="height" value="1027" />
|
|
66
|
-
</component>
|
|
67
|
-
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
|
68
|
-
<component name="ProjectReloadState">
|
|
69
|
-
<option name="STATE" value="0" />
|
|
70
|
-
</component>
|
|
71
|
-
<component name="ProjectView">
|
|
72
|
-
<navigator proportions="" version="1">
|
|
73
|
-
<foldersAlwaysOnTop value="true" />
|
|
74
|
-
</navigator>
|
|
75
|
-
<panes>
|
|
76
|
-
<pane id="Scope" />
|
|
77
|
-
<pane id="ProjectPane">
|
|
78
|
-
<subPane>
|
|
79
|
-
<expand>
|
|
80
|
-
<path>
|
|
81
|
-
<item name="md_simple_editor" type="b2602c69:ProjectViewProjectNode" />
|
|
82
|
-
<item name="md_simple_editor" type="462c0819:PsiDirectoryNode" />
|
|
83
|
-
</path>
|
|
84
|
-
</expand>
|
|
85
|
-
<select />
|
|
86
|
-
</subPane>
|
|
87
|
-
</pane>
|
|
88
|
-
</panes>
|
|
89
|
-
</component>
|
|
90
|
-
<component name="PropertiesComponent">
|
|
91
|
-
<property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
|
|
92
|
-
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
93
|
-
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
|
94
|
-
<property name="options.lastSelected" value="reference.settingsdialog.project.vagrant" />
|
|
95
|
-
<property name="options.searchVisible" value="true" />
|
|
96
|
-
<property name="options.splitter.details.proportions" value="0.2" />
|
|
97
|
-
<property name="options.splitter.main.proportions" value="0.3" />
|
|
98
|
-
</component>
|
|
99
|
-
<component name="RunDashboard">
|
|
100
|
-
<option name="ruleStates">
|
|
101
|
-
<list>
|
|
102
|
-
<RuleState>
|
|
103
|
-
<option name="name" value="ConfigurationTypeDashboardGroupingRule" />
|
|
104
|
-
</RuleState>
|
|
105
|
-
<RuleState>
|
|
106
|
-
<option name="name" value="StatusDashboardGroupingRule" />
|
|
107
|
-
</RuleState>
|
|
108
|
-
</list>
|
|
109
|
-
</option>
|
|
110
|
-
</component>
|
|
111
|
-
<component name="SvnConfiguration">
|
|
112
|
-
<configuration />
|
|
113
|
-
</component>
|
|
114
|
-
<component name="TaskManager">
|
|
115
|
-
<task active="true" id="Default" summary="Default task">
|
|
116
|
-
<changelist id="8c663ecd-d50c-4d78-b11a-ad11c976969c" name="Default Changelist" comment="" />
|
|
117
|
-
<created>1567896209904</created>
|
|
118
|
-
<option name="number" value="Default" />
|
|
119
|
-
<option name="presentableId" value="Default" />
|
|
120
|
-
<updated>1567896209904</updated>
|
|
121
|
-
<workItem from="1567895793615" duration="362000" />
|
|
122
|
-
</task>
|
|
123
|
-
<servers />
|
|
124
|
-
</component>
|
|
125
|
-
<component name="TimeTrackingManager">
|
|
126
|
-
<option name="totallyTimeSpent" value="362000" />
|
|
127
|
-
</component>
|
|
128
|
-
<component name="ToolWindowManager">
|
|
129
|
-
<frame x="0" y="23" width="1920" height="1027" extended-state="0" />
|
|
130
|
-
<editor active="true" />
|
|
131
|
-
<layout>
|
|
132
|
-
<window_info id="Learn" />
|
|
133
|
-
<window_info id="Favorites" side_tool="true" />
|
|
134
|
-
<window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.24973376" />
|
|
135
|
-
<window_info id="Structure" order="1" side_tool="true" weight="0.25" />
|
|
136
|
-
<window_info anchor="bottom" id="Docker" show_stripe_button="false" />
|
|
137
|
-
<window_info anchor="bottom" id="Database Changes" />
|
|
138
|
-
<window_info anchor="bottom" id="Version Control" />
|
|
139
|
-
<window_info anchor="bottom" id="Terminal" />
|
|
140
|
-
<window_info anchor="bottom" id="Event Log" side_tool="true" />
|
|
141
|
-
<window_info anchor="bottom" id="Message" order="0" />
|
|
142
|
-
<window_info anchor="bottom" id="Find" order="1" />
|
|
143
|
-
<window_info anchor="bottom" id="Run" order="2" />
|
|
144
|
-
<window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
|
|
145
|
-
<window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
|
|
146
|
-
<window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
|
|
147
|
-
<window_info anchor="bottom" id="TODO" order="6" />
|
|
148
|
-
<window_info anchor="right" id="Database" />
|
|
149
|
-
<window_info anchor="right" id="Commander" order="0" weight="0.4" />
|
|
150
|
-
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
|
|
151
|
-
<window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
|
|
152
|
-
</layout>
|
|
153
|
-
</component>
|
|
154
|
-
<component name="TypeScriptGeneratedFilesManager">
|
|
155
|
-
<option name="version" value="1" />
|
|
156
|
-
</component>
|
|
157
|
-
<component name="editorHistoryManager">
|
|
158
|
-
<entry file="file://$PROJECT_DIR$/Gemfile">
|
|
159
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
160
|
-
<state relative-caret-position="90">
|
|
161
|
-
<caret line="6" lean-forward="true" selection-start-line="6" selection-end-line="6" />
|
|
162
|
-
</state>
|
|
163
|
-
</provider>
|
|
164
|
-
</entry>
|
|
165
|
-
<entry file="file://$PROJECT_DIR$/lib/md_simple_editor/version.rb">
|
|
166
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
167
|
-
<state relative-caret-position="45">
|
|
168
|
-
<caret line="3" lean-forward="true" selection-start-line="3" selection-end-line="3" />
|
|
169
|
-
</state>
|
|
170
|
-
</provider>
|
|
171
|
-
</entry>
|
|
172
|
-
<entry file="file://$PROJECT_DIR$/md_simple_editor.gemspec">
|
|
173
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
174
|
-
<state relative-caret-position="405">
|
|
175
|
-
<caret line="27" lean-forward="true" selection-start-line="27" selection-end-line="27" />
|
|
176
|
-
</state>
|
|
177
|
-
</provider>
|
|
178
|
-
</entry>
|
|
179
|
-
</component>
|
|
180
|
-
</project>
|