simple_show 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/simple_show/version.rb +1 -1
- data/simple_show.gemspec +1 -0
- metadata +43 -24
data/lib/simple_show/version.rb
CHANGED
data/simple_show.gemspec
CHANGED
metadata
CHANGED
@@ -1,23 +1,33 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: simple_show
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 25
|
5
5
|
prerelease:
|
6
|
+
segments:
|
7
|
+
- 0
|
8
|
+
- 1
|
9
|
+
- 1
|
10
|
+
version: 0.1.1
|
6
11
|
platform: ruby
|
7
|
-
authors:
|
12
|
+
authors:
|
8
13
|
- Philip Hallstrom
|
9
14
|
autorequire:
|
10
15
|
bindir: bin
|
11
16
|
cert_chain: []
|
12
|
-
|
17
|
+
|
18
|
+
date: 2013-09-30 00:00:00 Z
|
13
19
|
dependencies: []
|
14
|
-
|
15
|
-
|
20
|
+
|
21
|
+
description: "SimpleShow is to #show what SimpleForm is to #edit"
|
22
|
+
email:
|
16
23
|
- philip@pjkh.com
|
17
24
|
executables: []
|
25
|
+
|
18
26
|
extensions: []
|
27
|
+
|
19
28
|
extra_rdoc_files: []
|
20
|
-
|
29
|
+
|
30
|
+
files:
|
21
31
|
- .gitignore
|
22
32
|
- Gemfile
|
23
33
|
- README.rdoc
|
@@ -36,31 +46,40 @@ files:
|
|
36
46
|
- test/test_simple_show_label.rb
|
37
47
|
- test/test_simple_show_show.rb
|
38
48
|
- test/test_simple_show_value.rb
|
39
|
-
homepage:
|
40
|
-
licenses:
|
49
|
+
homepage: ""
|
50
|
+
licenses:
|
51
|
+
- MIT
|
41
52
|
post_install_message:
|
42
53
|
rdoc_options: []
|
43
|
-
|
54
|
+
|
55
|
+
require_paths:
|
44
56
|
- lib
|
45
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
57
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
46
58
|
none: false
|
47
|
-
requirements:
|
48
|
-
- -
|
49
|
-
- !ruby/object:Gem::Version
|
50
|
-
|
51
|
-
|
59
|
+
requirements:
|
60
|
+
- - ">="
|
61
|
+
- !ruby/object:Gem::Version
|
62
|
+
hash: 3
|
63
|
+
segments:
|
64
|
+
- 0
|
65
|
+
version: "0"
|
66
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
52
67
|
none: false
|
53
|
-
requirements:
|
54
|
-
- -
|
55
|
-
- !ruby/object:Gem::Version
|
56
|
-
|
68
|
+
requirements:
|
69
|
+
- - ">="
|
70
|
+
- !ruby/object:Gem::Version
|
71
|
+
hash: 3
|
72
|
+
segments:
|
73
|
+
- 0
|
74
|
+
version: "0"
|
57
75
|
requirements: []
|
76
|
+
|
58
77
|
rubyforge_project: simple_show
|
59
|
-
rubygems_version: 1.8.
|
78
|
+
rubygems_version: 1.8.24
|
60
79
|
signing_key:
|
61
80
|
specification_version: 3
|
62
|
-
summary:
|
63
|
-
test_files:
|
81
|
+
summary: "SimpleShow is to #show what SimpleForm is to #edit"
|
82
|
+
test_files:
|
64
83
|
- test/test_helper.rb
|
65
84
|
- test/test_simple_show.rb
|
66
85
|
- test/test_simple_show_for.rb
|