asciiart 0.0.6 → 0.0.7

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # AsciiArt By:
1
+ # Developed At:
2
2
 
3
3
  +----------------------------------------------------------------------------------------------------+
4
4
  |oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo|
@@ -171,6 +171,10 @@ Get Help
171
171
  -v, --version Show AsciiArt version
172
172
  -h, --help Show this message
173
173
 
174
+ ## Requirements
175
+
176
+ This app requires Ruby 1.9
177
+
174
178
  ## Contributing
175
179
 
176
180
  1. Fork it
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.email = ["stephen@eastmedia.com"]
11
11
  # gem.description = %q{A command line tool to turn images into ASCII art}
12
12
  gem.summary = %q{A command line tool to turn images into ASCII art}
13
- gem.homepage = "https://github.com/eastmedia/asciiart"
13
+ gem.homepage = "https://github.com/nodanaonlyzuul/asciiart"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  class AsciiArt
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asciiart
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-11-16 00:00:00.000000000 Z
13
+ date: 2013-11-22 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rmagick
@@ -77,7 +77,7 @@ files:
77
77
  - bin/asciiart
78
78
  - lib/asciiart.rb
79
79
  - lib/asciiart/version.rb
80
- homepage: https://github.com/eastmedia/asciiart
80
+ homepage: https://github.com/nodanaonlyzuul/asciiart
81
81
  licenses: []
82
82
  post_install_message:
83
83
  rdoc_options: []