arrow 1.0.7 → 1.0.8
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +58 -1
- data/Rakefile +1 -0
- data/lib/arrow.rb +2 -2
- metadata +19 -5
data/ChangeLog
CHANGED
@@ -1,4 +1,61 @@
|
|
1
|
-
|
1
|
+
548[tip] dce47ded5ac0 2010-08-16 11:44 -0700 ged
|
2
|
+
Added tag 1.0.8 for changeset c99bd47ab879
|
3
|
+
|
4
|
+
547[1.0.8] c99bd47ab879 2010-08-16 11:44 -0700 ged
|
5
|
+
Added signature for changeset 41058a07b224
|
6
|
+
|
7
|
+
546 41058a07b224 2010-08-16 11:43 -0700 ged
|
8
|
+
Adding missing 'configurability' dependency to the gemspec.
|
9
|
+
|
10
|
+
545 6f828d748332 2010-08-16 11:40 -0700 ged
|
11
|
+
Added signature for changeset b7c1e63f6bc1
|
12
|
+
|
13
|
+
544 b7c1e63f6bc1 2010-08-09 11:15 -0700 ged
|
14
|
+
Added tag 1.0.7 for changeset a4c37acfa46e
|
15
|
+
|
16
|
+
543[1.0.7] a4c37acfa46e 2010-08-09 11:15 -0700 ged
|
17
|
+
Added signature for changeset 1b8226c06192
|
18
|
+
|
19
|
+
542 1b8226c06192 2010-08-09 10:50 -0700 ged
|
20
|
+
Update build system, bumping version to 1.0.7
|
21
|
+
|
22
|
+
541 ba725438313d 2010-08-08 19:08 -0700 ged
|
23
|
+
Converting to Configurability for configuration
|
24
|
+
|
25
|
+
540 d436b7edfac2 2010-07-01 16:24 -0700 ged
|
26
|
+
Updated build system.
|
27
|
+
|
28
|
+
539 9843e73a85c6 2010-07-01 16:21 -0700 mahlon
|
29
|
+
Add a simple template directive for inline comments, that won't get
|
30
|
+
|
31
|
+
538:535 9fbe361fb036 2010-06-01 08:14 -0700 mahlon
|
32
|
+
Misc docs updates and validator hash-style syntax support.
|
33
|
+
|
34
|
+
537 5294ef288825 2010-03-23 17:52 -0700 ged
|
35
|
+
Checkpoint of more work on template spec conversion.
|
36
|
+
|
37
|
+
536:531,535 27b361eb8dee 2010-03-23 16:04 -0700 ged
|
38
|
+
Merged changes from default
|
39
|
+
|
40
|
+
535 429c55099abf 2010-03-23 15:47 -0700 ged
|
41
|
+
Ignore coverage artifacts
|
42
|
+
|
43
|
+
534 16ee450c8986 2010-03-23 15:42 -0700 ged
|
44
|
+
Updated build system, simplified toplevel namespace.
|
45
|
+
|
46
|
+
533:532,529 bf34443b483f 2010-03-23 13:29 -0700 ged
|
47
|
+
Merged upstream branch closures
|
48
|
+
|
49
|
+
532:520 a66d49c66b13 2010-03-23 13:26 -0700 ged
|
50
|
+
Merged docs patch mis-applied to the template-rewrite branch; thanks Mahlon!
|
51
|
+
|
52
|
+
531 568d413c343b 2010-03-23 13:23 -0700 ged
|
53
|
+
Checkpoint of new template code branch
|
54
|
+
|
55
|
+
530:521 d2ca4c412b6a 2010-03-23 13:20 -0700 ged
|
56
|
+
Docs patch from Mahlon Smith; thanks Mahlon!
|
57
|
+
|
58
|
+
529 ca345acdab30 2010-01-15 09:04 -0800 ged
|
2
59
|
Various Manual fixes.
|
3
60
|
|
4
61
|
528 2b0574b71274 2010-01-15 08:36 -0800 ged
|
data/Rakefile
CHANGED
@@ -213,6 +213,7 @@ PROJECT_SCPDOCURL = "#{PROJECT_HOST}:#{PROJECT_DOCDIR}"
|
|
213
213
|
# Gem dependencies: gemname => version
|
214
214
|
DEPENDENCIES = {
|
215
215
|
'pluginfactory' => '>= 1.0.3',
|
216
|
+
'configurability' => '>= 1.0.1',
|
216
217
|
'ruby-cache' => '>= 0.3.0',
|
217
218
|
'formvalidator' => '>= 0.1.4',
|
218
219
|
}
|
data/lib/arrow.rb
CHANGED
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 1
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 1.0.
|
8
|
+
- 8
|
9
|
+
version: 1.0.8
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Martin Chase, Michael Granger
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-08-
|
17
|
+
date: 2010-08-16 00:00:00 -07:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
@@ -46,9 +46,23 @@ dependencies:
|
|
46
46
|
type: :runtime
|
47
47
|
version_requirements: *id002
|
48
48
|
- !ruby/object:Gem::Dependency
|
49
|
-
name:
|
49
|
+
name: configurability
|
50
50
|
prerelease: false
|
51
51
|
requirement: &id003 !ruby/object:Gem::Requirement
|
52
|
+
requirements:
|
53
|
+
- - ">="
|
54
|
+
- !ruby/object:Gem::Version
|
55
|
+
segments:
|
56
|
+
- 1
|
57
|
+
- 0
|
58
|
+
- 1
|
59
|
+
version: 1.0.1
|
60
|
+
type: :runtime
|
61
|
+
version_requirements: *id003
|
62
|
+
- !ruby/object:Gem::Dependency
|
63
|
+
name: formvalidator
|
64
|
+
prerelease: false
|
65
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
52
66
|
requirements:
|
53
67
|
- - ">="
|
54
68
|
- !ruby/object:Gem::Version
|
@@ -58,7 +72,7 @@ dependencies:
|
|
58
72
|
- 4
|
59
73
|
version: 0.1.4
|
60
74
|
type: :runtime
|
61
|
-
version_requirements: *
|
75
|
+
version_requirements: *id004
|
62
76
|
description: |-
|
63
77
|
Arrow is a web application framework for mod_ruby. It was designed to make
|
64
78
|
development of web applications under Apache easier and more fun without
|