merb-ui 0.3 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/Rakefile +5 -1
  2. metadata +6 -6
data/Rakefile CHANGED
@@ -6,11 +6,15 @@ require 'merb-core/tasks/merb'
6
6
  spec = Gem::Specification.new do |s|
7
7
  s.add_dependency('merb-helpers', '~> 1.0.0')
8
8
  s.add_dependency('merb-slices', '~> 1.0.0')
9
+ s.author = 'UiPoet'
10
+ s.email = 'dont.tase@me.com'
9
11
  s.files = FileList['app/**/*', 'lib/**/*', 'public/**/*', '[A-Z]*'].to_a
12
+ s.has_rdoc = true
13
+ s.homepage = 'http://uipoet.com'
10
14
  s.name = 'merb-ui'
11
15
  s.rubyforge_project = 'uipoet'
12
16
  s.summary = 'User Interface Components for Merb'
13
- s.version = '0.3'
17
+ s.version = '0.3.1'
14
18
  end
15
19
 
16
20
  Rake::GemPackageTask.new(spec) do |pkg|
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: merb-ui
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.3"
4
+ version: 0.3.1
5
5
  platform: ruby
6
- authors: []
7
-
6
+ authors:
7
+ - UiPoet
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -33,7 +33,7 @@ dependencies:
33
33
  version: 1.0.0
34
34
  version:
35
35
  description:
36
- email:
36
+ email: dont.tase@me.com
37
37
  executables: []
38
38
 
39
39
  extensions: []
@@ -69,8 +69,8 @@ files:
69
69
  - LICENSE
70
70
  - Rakefile
71
71
  - README
72
- has_rdoc: false
73
- homepage:
72
+ has_rdoc: true
73
+ homepage: http://uipoet.com
74
74
  post_install_message:
75
75
  rdoc_options: []
76
76