class_loader 0.4.10 → 0.4.11
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- metadata +3 -3
data/Rakefile
CHANGED
@@ -3,7 +3,7 @@ require 'rake_ext'
|
|
3
3
|
project(
|
4
4
|
name: "class_loader",
|
5
5
|
gem: true,
|
6
|
-
summary: "Automatically finds, loads and reloads
|
6
|
+
summary: "Automatically finds, loads and reloads classes",
|
7
7
|
|
8
8
|
author: "Alexey Petrushin",
|
9
9
|
homepage: "http://github.com/alexeypetrushin/class_loader"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: class_loader
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.11
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-
|
13
|
+
date: 2011-08-08 00:00:00 +04:00
|
14
14
|
default_executable:
|
15
15
|
dependencies: []
|
16
16
|
|
@@ -81,6 +81,6 @@ rubyforge_project:
|
|
81
81
|
rubygems_version: 1.5.1
|
82
82
|
signing_key:
|
83
83
|
specification_version: 3
|
84
|
-
summary: Automatically finds, loads and reloads
|
84
|
+
summary: Automatically finds, loads and reloads classes
|
85
85
|
test_files: []
|
86
86
|
|