org_mode 0.0.1 → 0.0.2
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/lib/org_mode/version.rb +1 -1
- data/org_mode.gemspec +1 -1
- metadata +4 -4
data/lib/org_mode/version.rb
CHANGED
data/org_mode.gemspec
CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|
9
9
|
s.email = ["boy.maas@gmail.com"]
|
10
10
|
s.homepage = "https://github.com/boymaas/orgy"
|
11
11
|
s.summary = %q{Parses and does all kinds of tricks with org-mode files}
|
12
|
-
s.description = %q{Org-mode parser,
|
12
|
+
s.description = %q{Org-mode parser, presenter, and reformatter. Read more about it on the github pages.}
|
13
13
|
|
14
14
|
s.rubyforge_project = "org_mode"
|
15
15
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: org_mode
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 2
|
10
|
+
version: 0.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Boy Maas
|
@@ -73,7 +73,7 @@ dependencies:
|
|
73
73
|
version: "0"
|
74
74
|
type: :runtime
|
75
75
|
version_requirements: *id004
|
76
|
-
description: Org-mode parser,
|
76
|
+
description: Org-mode parser, presenter, and reformatter. Read more about it on the github pages.
|
77
77
|
email:
|
78
78
|
- boy.maas@gmail.com
|
79
79
|
executables:
|