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.
@@ -1,3 +1,3 @@
1
1
  module SimpleShow
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/simple_show.gemspec CHANGED
@@ -11,6 +11,7 @@ Gem::Specification.new do |s|
11
11
  s.homepage = ""
12
12
  s.summary = %q{SimpleShow is to #show what SimpleForm is to #edit}
13
13
  s.description = %q{SimpleShow is to #show what SimpleForm is to #edit}
14
+ s.license = "MIT"
14
15
 
15
16
  s.rubyforge_project = "simple_show"
16
17
 
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
- version: 0.1.0
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
- date: 2012-02-21 00:00:00.000000000 Z
17
+
18
+ date: 2013-09-30 00:00:00 Z
13
19
  dependencies: []
14
- description: ! 'SimpleShow is to #show what SimpleForm is to #edit'
15
- email:
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
- files:
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
- require_paths:
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
- version: '0'
51
- required_rubygems_version: !ruby/object:Gem::Requirement
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
- version: '0'
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.10
78
+ rubygems_version: 1.8.24
60
79
  signing_key:
61
80
  specification_version: 3
62
- summary: ! 'SimpleShow is to #show what SimpleForm is to #edit'
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