-
Notifications
You must be signed in to change notification settings - Fork 3
/
.index
68 lines (68 loc) · 1.3 KB
/
.index
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
---
revision: 2013
type: ruby
sources:
- Index.rb
- Gemfile
authors:
- name: Thomas Sawyer
email: transfire@gmail.com
- name: Kouichirou Eto
organizations: []
requirements:
- groups:
- development
version: '>= 0'
name: rake
- groups:
- test
version: '>= 0'
name: minitest
- engines:
- name: rbx
version: 0+
version: '>= 0'
name: psych
- engines:
- name: rbx
version: 0+
version: ~> 2.0
name: rubysl
- engines:
- name: rbx
version: 0+
version: '>= 0'
name: minitest
conflicts: []
alternatives: []
resources:
- type: home
uri: http://rubyworks.github.com/autoreload
label: Homepage
- type: code
uri: http://github.com/rubyworks/autoreload
label: Source Code
- type: gems
uri: http://rubygems.org/gems/autoreload
repositories: []
categories: []
copyrights:
- holder: Thomas Sawyer
year: '2010'
license: BSD-2-Clause
- holder: Kouichiro Eto
year: '2003'
license: RUBY
customs: []
paths:
lib:
- lib
version: 1.2.0
name: autoreload
title: AutoReload
summary: Automatically reload library files
description: Autoreload automatically reloads library files when they have been updated.
It is especially useful when testing stateless services such as web applications.
created: '2007-07-01'
webcvs: https://github.com/rubyworks/autoreload/tree/master
date: '2015-05-07'