1
0
mirror of https://github.com/seejohnrun/haste-client.git synced 2025-12-12 14:55:56 +00:00

106 Commits

Author SHA1 Message Date
John Crepezzi
dd1c0178fc README 2013-11-16 10:00:24 -05:00
John Crepezzi
b7528b603b Merge pull request #18 from seejohnrun/rest-client
Rest client
2013-11-16 06:59:16 -08:00
John Crepezzi
a3fbc9e681 Revert "Adds Basic HTTP Auth support"
This reverts commit 1cdb3b7746.
2013-11-16 09:58:26 -05:00
John Crepezzi
d6b5954aac Merge pull request #16 from brunobuccolo/basic_auth
Adds Basic HTTP Auth support
2013-11-16 06:56:48 -08:00
John Crepezzi
c995ad95ef Tests and major refactor
[#16]
2013-11-16 09:51:13 -05:00
John Crepezzi
03d4f900de RestClient-based 2013-11-16 08:54:48 -05:00
Bruno Buccolo
1cdb3b7746 Adds Basic HTTP Auth support 2013-11-11 17:18:50 -02:00
John Crepezzi
ea7750c3bb Remove unused pieces of Rakefile v0.1.7 2013-11-08 14:04:24 -05:00
John Crepezzi
d380711d26 Bump version to 0.1.7 2013-11-08 14:03:46 -05:00
John Crepezzi
a195f017e2 Merge pull request #15 from TsCl/master
Fixed the JSON::ParserError rescue message
2013-11-08 11:03:04 -08:00
John Crepezzi
4e3e90f7cc Merge pull request #14 from tommcdo/master
Do not trim leading whitespace
2013-11-08 11:01:18 -08:00
Pierre MONTAGNIER
a7df62a0a5 Fixed the JSON::ParserError rescue message
I guess this message may be more appropriate for this error.
2013-09-22 00:26:29 +02:00
Tom McDonald
ce764ca7c4 Do not trim leading whitespace
For pastes of code snippets, removing leading whitespace usually
results in mis-aligned code.
2013-07-12 12:05:49 -04:00
John Crepezzi
e6532aa100 Bump to 0.1.6 v0.1.6 2013-06-03 12:37:39 -04:00
John Crepezzi
82d191fc5e Merge pull request #13 from zertrin/master
Make HTTPS support to actually work (require 'net/https')
2013-06-03 09:36:29 -07:00
zertrin
2ef8f926af Make HTTPS support to actually work (require 'net/https') 2013-06-02 02:03:55 +02:00
John Crepezzi
6430635bfa Bump version to 0.1.5 v0.1.5 2013-04-08 11:59:50 -04:00
John Crepezzi
028e7c4424 Merge pull request #12 from sairez/master
add ability to use SSL to contact haste-server
2013-04-08 08:58:18 -07:00
Sarah Zelechoski
b10fa4782a simplify ssl support 2013-04-02 20:26:31 -03:00
Sarah Zelechoski
d8c4be9744 Update haste.rb
add HTTPS capability
2013-04-02 20:15:41 -03:00
John Crepezzi
7913dd521d Added install note to README
Closes #7
2013-03-16 20:41:32 -04:00
John Crepezzi
25140d99f5 Bump version to 0.1.4 v0.1.4 2013-03-16 20:40:06 -04:00
John Crepezzi
6760a64957 Avoid explosions (code a little different from PR)
Closes #11
2013-03-16 20:39:20 -04:00
John Crepezzi
98e72bce43 Added note to README 2012-12-19 08:10:00 -05:00
John Crepezzi
b53350c723 Alternative 2012-12-16 16:21:45 -05:00
John Crepezzi
be8d4bc5de Added support page 2012-10-22 14:41:51 -04:00
John Crepezzi
42bad59634 Bump version to 0.1.3 v0.1.3 2012-05-01 16:04:31 -04:00
John Crepezzi
e156c031a8 Fix dup issue in 1.8 2012-05-01 16:04:14 -04:00
John Crepezzi
ca0c9b239f Bump version v0.1.2 2012-04-22 22:38:20 -04:00
John Crepezzi
5d88f11605 Remove () 2012-04-22 22:38:06 -04:00
John Crepezzi
859de525b1 Merge pull request #6 from jokull/master
`HASTE_SERVER` variable should be `dup`ed
2012-04-22 19:37:30 -07:00
Jökull Sólberg Auðunsson
75ddd39187 Remove runtime error handler, dup environment string. 2012-04-21 16:56:30 +00:00
John Crepezzi
b24842ac6f Bump version to 0.1.1 v0.1.1 2012-01-28 10:10:39 -05:00
John Crepezzi
636eec2924 Change how the pathname is received in haste-client 2012-01-28 10:10:23 -05:00
John Crepezzi
cf4c274d67 Added a note on WinHaste to the README 2012-01-27 09:44:43 -05:00
John Crepezzi
f2c6260bd0 Bump version to 0.1.0 v0.1.0 2012-01-14 22:19:12 -05:00
John Crepezzi
457520d107 Filepath cleanup 2012-01-14 22:18:53 -05:00
John Crepezzi
9e7b8e86ae Merge pull request #1 from phaza/master
Ability to give a filename as first argument to haste client
2012-01-14 18:28:46 -08:00
John Crepezzi
2a8e0297ad Use puts on tty?, print on non-tty?
This is so that there isn't a newline when doing something like:
`cat something | haste | pbcopy`
v0.0.5
2012-01-06 20:44:47 -05:00
John Crepezzi
c4fd7bd336 Bump version to 0.0.4 2011-12-22 14:01:16 -05:00
John Crepezzi
c6280ff60f Update README markdown 2011-12-20 00:33:58 -05:00
John Crepezzi
b6d5d4195f Bump version to 0.0.3 2011-12-20 00:31:53 -05:00
John Crepezzi
0bb31208d3 Merge pull request #3 from grampajoe/master
More error message errors
2011-12-19 21:30:56 -08:00
Joe Friedl
5c9f2f213f More error message errors 2011-12-19 14:37:38 -06:00
Peter Haza
ca02796551 Ability to give a file as first argument to haste-client
This patch makes it possible to either pipe data into the haste client,
or just give a filename as first argument.

Signed-off-by: Peter Haza
2011-11-29 20:28:30 +01:00
John Crepezzi
7599baa5c5 Update README 2011-11-29 12:49:46 -05:00
John Crepezzi
15c8be066a Update README 2011-11-28 20:59:39 -05:00
John Crepezzi
4b2a50705b Fix up TODO 2011-11-28 20:57:35 -05:00
John Crepezzi
d0027e87ab Added basic Rakefile 2011-11-28 10:41:29 -05:00
John Crepezzi
4c46136b59 Add requires where needed 2011-11-21 22:20:01 -05:00