administ 0.0.1 → 0.0.2

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.
@@ -4,8 +4,8 @@ require File.expand_path('../lib/administ/version', __FILE__)
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = ["Mahemoff"]
6
6
  gem.email = ["michael@mahemoff.com"]
7
- gem.description = %q{A minimalist Rails Admin tool. Easy to install and easy to uninstall too.}
8
- gem.summary = %q{A minimalist Rails Admin tool.}
7
+ gem.description = %q{A minimalist Rails Admin tool. Easy to install and easy to uninstall too. Not ready yet.}
8
+ gem.summary = %q{This is just a test gem for now. It does nothing. No need to thank me.}
9
9
  gem.homepage = ""
10
10
 
11
11
  gem.files = `git ls-files`.split($\)
@@ -1,3 +1,3 @@
1
1
  module Administ
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: administ
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -12,7 +12,7 @@ cert_chain: []
12
12
  date: 2012-06-19 00:00:00.000000000Z
13
13
  dependencies: []
14
14
  description: A minimalist Rails Admin tool. Easy to install and easy to uninstall
15
- too.
15
+ too. Not ready yet.
16
16
  email:
17
17
  - michael@mahemoff.com
18
18
  executables: []
@@ -50,5 +50,5 @@ rubyforge_project:
50
50
  rubygems_version: 1.8.10
51
51
  signing_key:
52
52
  specification_version: 3
53
- summary: A minimalist Rails Admin tool.
53
+ summary: This is just a test gem for now. It does nothing. No need to thank me.
54
54
  test_files: []