pastie 0.0.0 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/README.rdoc +4 -11
  2. data/VERSION +1 -1
  3. data/bin/pastie +1 -1
  4. data/pastie.gemspec +1 -1
  5. metadata +1 -1
@@ -1,16 +1,9 @@
1
1
  = pastie
2
2
 
3
- Description goes here.
4
-
5
- == Note on Patches/Pull Requests
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.0.0
1
+ 0.1.0
data/bin/pastie CHANGED
@@ -9,5 +9,5 @@ if body.size <= 15
9
9
  else
10
10
  url = Pastie.create(body, options)
11
11
  `echo #{url} | pbcopy`
12
- puts url
12
+ puts "Your pastie url is: #{url}. It has been copied to your clipboard."
13
13
  end
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{pastie}
8
- s.version = "0.0.0"
8
+ s.version = "0.1.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Cory"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pastie
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cory