pastie 0.0.0 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +4 -11
- data/VERSION +1 -1
- data/bin/pastie +1 -1
- data/pastie.gemspec +1 -1
- metadata +1 -1
data/README.rdoc
CHANGED
@@ -1,16 +1,9 @@
|
|
1
1
|
= pastie
|
2
2
|
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
* Fork the project.
|
8
|
-
* Make your feature addition or bug fix.
|
9
|
-
* Add tests for it. This is important so I don't break it in a
|
10
|
-
future version unintentionally.
|
11
|
-
* Commit, do not mess with rakefile, version, or history.
|
12
|
-
(if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
|
13
|
-
* Send me a pull request. Bonus points for topic branches.
|
3
|
+
$ gem install pastie
|
4
|
+
... copy something to your clipboard ...
|
5
|
+
$ pastie
|
6
|
+
Your pastie url is: http://pastie.org/private/xclxkcj. It has been copied to your clipboard.
|
14
7
|
|
15
8
|
== Copyright
|
16
9
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.1.0
|
data/bin/pastie
CHANGED
data/pastie.gemspec
CHANGED