md_simple_editor 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 76002001149a0f1abf08382bf6a35c580e8b3bfe
4
- data.tar.gz: f852f816be8929c6b71980df839d8c8dae29badc
3
+ metadata.gz: f7942d837fa7f7a49a3e08f8b846380511930c60
4
+ data.tar.gz: a31d2b3fcbbcf377a8dd657c0636d1632489e583
5
5
  SHA512:
6
- metadata.gz: 1548c1a6c48aa8152357e8f27f17f749a0491948c35eb882476e72607e24729c24d26a6ba237ad40ceb3d4f17092b3592be1c564aef6605b4cd2a1de71cfa27a
7
- data.tar.gz: 0979ef0a533fe67d1c6f5e3bcb05a7c9e760094b91d2d0bbf9f44b6d14dd3f5cc4778210b63ee644c945c74cfb7619f2b4d804d41eb73e622080e41261d4faec
6
+ metadata.gz: 1b403e3c5853e5ce7ce33d5762f6d349ff986bb3deedee6be49acdd84445d87b521dfca657f024b34aa5e713f253c637a8891ec0606e8353ebf8f3e68a19f9ea
7
+ data.tar.gz: 3f73be8d04c304c2b7e6d3245fe8fd0f07c0deebc7933e151bba47e6c4b2da60f244b9e8e9d752667f8ed7f4d6db7dd9777f3393a658e5343e0aa059491c7017
data/CHANGELOG.md ADDED
@@ -0,0 +1,41 @@
1
+
2
+ #### [Current]
3
+
4
+
5
+ #### v0.1.8
6
+ * [55adff2](../../commit/55adff2) - __(Ruben Espinosa)__ preview funcionality, bootstrap as css provider
7
+ * [585b857](../../commit/585b857) - __(Ruben Espinosa)__ controllers
8
+ * [da5aee8](../../commit/da5aee8) - __(Ruben Espinosa)__ rutas
9
+ * [9966862](../../commit/9966862) - __(Ruben Espinosa)__ Bump to 0.1.8
10
+
11
+ #### v0.1.7
12
+ * [4144a7c](../../commit/4144a7c) - __(Ruben Espinosa)__ Bump to 0.1.7
13
+ * [7298105](../../commit/7298105) - __(Ruben Espinosa)__ new version
14
+ * [1854fb1](../../commit/1854fb1) - __(Ruben Espinosa)__ Bump to 0.1.6
15
+
16
+ #### v0.1.5
17
+ * [5abdd6b](../../commit/5abdd6b) - __(Ruben Espinosa)__ support for turbolinks
18
+ * [e885c1f](../../commit/e885c1f) - __(Ruben Espinosa)__ Update README.md
19
+
20
+ #### v0.1.2
21
+ * [74c746c](../../commit/74c746c) - __(Ruben Espinosa)__ grammar issue
22
+ * [44cb8a4](../../commit/44cb8a4) - __(Ruben Espinosa)__ Bump to 0.1.2
23
+
24
+ #### v0.1.1
25
+ * [4981c84](../../commit/4981c84) - __(Ruben Espinosa)__ Image and Link options
26
+ * [22cb604](../../commit/22cb604) - __(Ruben Espinosa)__ Bump to 0.1.1
27
+
28
+ #### v0.1.0
29
+ * [1121e85](../../commit/1121e85) - __(Ruben Espinosa)__ Bump to 0.1.0
30
+ * [3857cea](../../commit/3857cea) - __(Ruben Espinosa)__ Bump to 0.0.3
31
+ * [8fd810d](../../commit/8fd810d) - __(Ruben Espinosa)__ Bump to 0.0.2
32
+ * [cd918a9](../../commit/cd918a9) - __(Ruben Espinosa)__ css improvements
33
+
34
+ #### v0.0.1
35
+ * [78c593e](../../commit/78c593e) - __(Ruben Espinosa)__ Update README.md
36
+ * [0bfd1fb](../../commit/0bfd1fb) - __(Ruben Espinosa)__ merge conflicts
37
+ * [d80c0d6](../../commit/d80c0d6) - __(Ruben Espinosa)__ Initial commit
38
+ * [97e1406](../../commit/97e1406) - __(Ruben Espinosa)__ Readme updated
39
+ * [25f154b](../../commit/25f154b) - __(Ruben Espinosa)__ dependencies
40
+ * [260b8d9](../../commit/260b8d9) - __(Ruben Espinosa)__ font awesome dependecy
41
+ * [e689d0d](../../commit/e689d0d) - __(Ruben Espinosa)__ first commit
data/README.md CHANGED
@@ -47,17 +47,22 @@ Also you can use inside a form
47
47
  <% end %>
48
48
  ```
49
49
 
50
+
51
+ #### Version 0.1.8
52
+
53
+ Simple markdown editor meets Bootstrap, more elegant look and feel, !and now, the preview mode is OUT"
54
+
50
55
  ## How it looks?
51
56
 
52
- ![Imgur](http://i.imgur.com/DFHqi6P.png)
57
+ ![Imgur](http://i.imgur.com/gg0MwlD.png)
58
+
59
+ ![Imgur](http://i.imgur.com/tX29Zvi.png)
53
60
 
54
61
 
55
62
  ## ToDo
56
63
 
57
- - Improve css
58
64
  - Add functions to extend the toolbar
59
- - Add preview option
60
-
65
+ - Add some internationalization options
61
66
 
62
67
  ## Contributing
63
68
 
@@ -1,4 +1,4 @@
1
1
  module MdSimpleEditor
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
4
4
 
@@ -21,6 +21,6 @@ Gem::Specification.new do |spec|
21
21
  spec.add_development_dependency "bundler", "~> 1.3"
22
22
  spec.add_development_dependency "rake"
23
23
 
24
- spec.add_runtime_dependency "font-awesome-rails", "~> 4.0.3.1"
24
+ spec.add_runtime_dependency "font-awesome-rails"
25
25
  spec.add_runtime_dependency "redcarpet", "~> 3.1.2"
26
26
  end
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.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ruben Espinosa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-03 00:00:00.000000000 Z
11
+ date: 2014-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -42,16 +42,16 @@ dependencies:
42
42
  name: font-awesome-rails
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - "~>"
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
- version: 4.0.3.1
47
+ version: '0'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - "~>"
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
- version: 4.0.3.1
54
+ version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: redcarpet
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -82,6 +82,7 @@ files:
82
82
  - ".idea/scopes/scope_settings.xml"
83
83
  - ".idea/vcs.xml"
84
84
  - ".idea/workspace.xml"
85
+ - CHANGELOG.md
85
86
  - Gemfile
86
87
  - LICENSE
87
88
  - LICENSE.txt