tinygem 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. metadata +2 -12
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tinygem
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,17 +11,7 @@ bindir: .
11
11
  cert_chain: []
12
12
  date: 2012-05-10 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description: ! "# TinyGem: A tiny gem build tool\n\nVersion 1.0.0\n\nHome: https://github.com/gabrielg/tinygem\n\n`tinygem`
15
- is a tool to build a RubyGem from a single file. `tinygem` itself is\nbuilt using
16
- `tinygem`.\n\n## Dependencies\n\n`tinygem` has no library dependencies. It requires
17
- Ruby 1.9.\n\n## Install\n\n`gem install tinygem`\n\n## Examples\n\nHere's an example
18
- file to create a gem from:\n\n =begin\n author: Gabriel Gironda\n email:
19
- gabriel@gironda.org\n version: 1.0.0\n summary: A tinygem example\n description:
20
- Example gem created using tinygem\n homepage: http://www.example.com/\n executable:
21
- puts(ARGV.inspect)\n ---\n\n # Example gem\n\n ## TOODLES - Write README\n\n
22
- \ =end\n\n class ExampleGem\n # Do something\n end\n\nSave this in
23
- `example.rb`, then run `tinygem example.rb`.\n\n## TOODLES\n\n* Add support for
24
- specifying runtime dependencies\n* Write better docs"
14
+ description: TinyGem builds gems from a single source file.
25
15
  email: gabriel@gironda.org
26
16
  executables:
27
17
  - tinygem