rtomayko (owner)

Revisions

gist: 125083 Download_button fork
public
Description:
diffstats that I love
Public Clone URL: git://gist.github.com/125083.git
Embed All Files: show embed
Diff #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
$ log --stat
commit 3b27482a37fd296f56fd5dded6ceb921b35d8294
Author: Ryan Tomayko <rtomayko@gmail.com>
Date: Fri Jun 5 22:29:17 2009 -0700
 
    Remove const redefined guard that I hate
    
    Those warnings are there for a reason, dammit ;)
 
 lib/sinatra/base.rb | 2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
 
commit 6770f57268c9c3e74021d6adabf16b234e6d7db1
Author: Ryan Tomayko <rtomayko@gmail.com>
Date: Fri Jun 5 22:18:59 2009 -0700
 
    Remove code targetting Rack versions < 1.0
 
 lib/sinatra/base.rb | 25 +------------------------
 1 files changed, 1 insertions(+), 24 deletions(-)
 
commit f5215c364d10a9154f78c4ede4ba44634ba284c1
Author: Ryan Tomayko <rtomayko@gmail.com>
Date: Fri Jun 5 22:05:33 2009 -0700
 
    bump version to 0.10.0 for 1.0 pre-release github gems
 
 lib/sinatra/base.rb | 2 +-
 sinatra.gemspec | 46 ++--------------------------------------------
 2 files changed, 3 insertions(+), 45 deletions(-)
 
commit c1e5852dfb699d712354759c414cf00847ecd15d
Author: Ryan Tomayko <rtomayko@gmail.com>
Date: Fri Jun 5 22:00:15 2009 -0700
 
    Remove Sinatra::Test and all test framework helper libraries
 
 lib/sinatra/test.rb | 128 --------------------------------------
 lib/sinatra/test/bacon.rb | 19 ------
 lib/sinatra/test/rspec.rb | 13 ----
 lib/sinatra/test/spec.rb | 11 ---
 lib/sinatra/test/unit.rb | 13 ----
 test/test_test.rb | 152 ---------------------------------------------
 6 files changed, 0 insertions(+), 336 deletions(-)
 
commit f14d6218746cc0032e2bad429220327554a963eb
Author: Ryan Tomayko <rtomayko@gmail.com>
Date: Fri Jun 5 21:58:00 2009 -0700
 
    Obsolete all deprecations: remove sinatra/compat.rb module
 
 lib/sinatra.rb | 1 -
 lib/sinatra/base.rb | 13 ---
 lib/sinatra/compat.rb | 266 -------------------------------------------------
 3 files changed, 0 insertions(+), 280 deletions(-)
 
commit f4b11b967fc7f412a1885b0ab7953cbfc901edb6
Author: Ryan Tomayko <rtomayko@gmail.com>
Date: Fri Jun 5 21:53:27 2009 -0700
 
    Remove 0.9.x compatibility specs :)
 
 Rakefile | 21 +--
 compat/app_test.rb | 282 ------------------------------
 compat/application_test.rb | 262 ---------------------------
 compat/builder_test.rb | 101 -----------
 compat/compat_test.rb | 12 --
 compat/custom_error_test.rb | 62 -------
 compat/erb_test.rb | 136 --------------
 compat/events_test.rb | 78 --------
 compat/filter_test.rb | 30 ---
 compat/haml_test.rb | 236 -------------------------
 compat/helper.rb | 33 ----
 compat/mapped_error_test.rb | 72 --------
 compat/pipeline_test.rb | 45 -----
 compat/public/foo.xml | 1 -
 compat/sass_test.rb | 67 -------
 compat/sessions_test.rb | 42 -----
 compat/streaming_test.rb | 133 --------------
 compat/sym_params_test.rb | 19 --
 compat/template_test.rb | 30 ---
 compat/use_in_file_templates_test.rb | 47 -----
 compat/views/foo.builder | 1 -
 compat/views/foo.erb | 1 -
 compat/views/foo.haml | 1 -
 compat/views/foo.sass | 2 -
 compat/views/foo_layout.erb | 2 -
 compat/views/foo_layout.haml | 2 -
 compat/views/layout_test/foo.builder | 1 -
 compat/views/layout_test/foo.erb | 1 -
 compat/views/layout_test/foo.haml | 1 -
 compat/views/layout_test/foo.sass | 2 -
 compat/views/layout_test/layout.builder | 3 -
 compat/views/layout_test/layout.erb | 1 -
 compat/views/layout_test/layout.haml | 1 -
 compat/views/layout_test/layout.sass | 2 -
 compat/views/no_layout/no_layout.builder | 1 -
 compat/views/no_layout/no_layout.haml | 1 -
 36 files changed, 1 insertions(+), 1731 deletions(-)
 
commit 9de67b15c6040f9a5d864a4db2dc7f5c9665f462
Author: Simon Rozet <simon@rozet.name>
Date: Sat May 23 16:43:03 2009 +0200
 
    Use Rack::Utils.bytesize; pin to rack >= 1.0
 
 lib/sinatra/base.rb | 12 +-----------
 sinatra.gemspec | 2 +-
 2 files changed, 2 insertions(+), 12 deletions(-)