yellow-text-rails 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +1 -0
- data/lib/yellow-text-rails/version.rb +1 -1
- data/yellow-text-rails.gemspec +6 -7
- metadata +5 -5
data/README.md
CHANGED
data/yellow-text-rails.gemspec
CHANGED
@@ -1,7 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
|
-
|
3
|
-
|
4
|
-
require 'yellow-text-rails/version'
|
2
|
+
$:.push File.expand_path("../lib", __FILE__)
|
3
|
+
require "yellow-text-rails/version"
|
5
4
|
|
6
5
|
Gem::Specification.new do |gem|
|
7
6
|
# Gem information
|
@@ -10,13 +9,13 @@ Gem::Specification.new do |gem|
|
|
10
9
|
gem.authors = ["Stefan Vermaas"]
|
11
10
|
gem.email = ["stefan@yellowduckwebdesign.nl"]
|
12
11
|
gem.homepage = "http://www.stefanvermaas.nl/yellow-text/"
|
13
|
-
gem.summary = "Yellow Text makes text editing fun again with a
|
12
|
+
gem.summary = "Yellow Text makes text editing fun again with a beautiful interface and a few very clean options"
|
14
13
|
|
15
14
|
# Project name
|
16
15
|
gem.rubyforge_project = "yellow-text-rails"
|
17
16
|
|
18
|
-
gem.files = `git ls-files`.split(
|
19
|
-
gem.
|
20
|
-
gem.
|
17
|
+
gem.files = `git ls-files`.split("\n")
|
18
|
+
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
19
|
+
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
21
20
|
gem.require_paths = ["lib"]
|
22
21
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: yellow-text-rails
|
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
|
- Stefan Vermaas
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2013-02-
|
18
|
+
date: 2013-02-08 00:00:00 Z
|
19
19
|
dependencies: []
|
20
20
|
|
21
21
|
description:
|
@@ -71,6 +71,6 @@ rubyforge_project: yellow-text-rails
|
|
71
71
|
rubygems_version: 1.8.24
|
72
72
|
signing_key:
|
73
73
|
specification_version: 3
|
74
|
-
summary: Yellow Text makes text editing fun again with a
|
74
|
+
summary: Yellow Text makes text editing fun again with a beautiful interface and a few very clean options
|
75
75
|
test_files: []
|
76
76
|
|