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 CHANGED
@@ -38,6 +38,7 @@ As long as you retain this notice you can do whatever you want with this stuff.
38
38
 
39
39
  ## Changelog
40
40
  - v0.0.1: Very raw first version of the plugin
41
+ - v0.0.2: Fixed a typo in the description
41
42
 
42
43
  ## Contributing
43
44
 
@@ -1,5 +1,5 @@
1
1
  module YellowText
2
2
  module Rails
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -1,7 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
- lib = File.expand_path('../lib', __FILE__)
3
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
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 beautyful interface and a few very clean options"
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.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
20
- gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
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: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
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-02 00:00:00 Z
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 beautyful interface and a few very clean options
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