murlsh 0.8.0 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.textile CHANGED
@@ -1,15 +1,16 @@
1
- Simple site for a small group of people to share or archive urls.
1
+ Site for sharing and archiving links.
2
2
 
3
3
  * looks up url titles
4
4
  * adds thumbnails for and jGrowls embedded versions of Flickr, Imageshack, Vimeo and YouTube urls
5
- * embeds Flash mp3 player for mp3 urls
6
- * Gravatar support
7
- * Atom feed
5
+ * converts Twitter status urls to their full text and adds user thumbnail
6
+ * generates Atom and RSS feeds
8
7
  * regex search
8
+ * embeds Flash mp3 player for mp3 urls
9
9
  * looks good on iPhone
10
- * rack interface
11
- * plug-in interface
12
10
  * PubSubHubbub notification
11
+ * plug-in interface
12
+ * rack interface
13
+ * Gravatar support
13
14
 
14
15
  !http://static.mmb.s3.amazonaws.com/murlsh_screenshot.jpg!
15
16
 
data/Rakefile CHANGED
@@ -93,7 +93,7 @@ directory 'tmp'
93
93
  namespace :passenger do
94
94
 
95
95
  desc 'Restart Passenger.'
96
- task :restart => ['tmp'] do
96
+ task :restart => %w{compress tmp} do
97
97
  open('tmp/restart.txt', 'w') { |f| }
98
98
  end
99
99
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.8.0
1
+ 0.8.1
@@ -135,7 +135,7 @@ module Murlsh
135
135
  end
136
136
 
137
137
  # Clear div builder.
138
- def clear; div(:style => 'clear : both'); end
138
+ def clear; div(:style => 'clear : both') { }; end
139
139
 
140
140
  # Powered by builder.
141
141
  def powered_by
data/murlsh.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{murlsh}
8
- s.version = "0.8.0"
8
+ s.version = "0.8.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Matthew M. Boedicker"]
12
- s.date = %q{2010-04-25}
12
+ s.date = %q{2010-04-30}
13
13
  s.default_executable = %q{murlsh}
14
14
  s.description = %q{url sharing site framework with easy adding, title lookup, atom feed, thumbnails and embedding}
15
15
  s.email = %q{matthewm@boedicker.org}
data/public/js/js.js CHANGED
@@ -320,10 +320,6 @@ Murlsh.iphoneInit = function() {
320
320
  href : '#bottom',
321
321
  text : 'bottom'
322
322
  }));
323
-
324
- // change input types to html5 to make typing easier
325
- $('#q').attr('type', 'search');
326
- $('#url,#via').attr('type', 'url');
327
323
  };
328
324
 
329
325
  $(document).ready(function() {
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 8
8
- - 0
9
- version: 0.8.0
8
+ - 1
9
+ version: 0.8.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Matthew M. Boedicker
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-04-25 00:00:00 -04:00
17
+ date: 2010-04-30 00:00:00 -04:00
18
18
  default_executable: murlsh
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency