redhillonrails_core 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +1 -8
  2. data/VERSION +1 -1
  3. data/redhillonrails_core.gemspec +2 -9
  4. metadata +2 -10
data/Rakefile CHANGED
@@ -6,14 +6,7 @@ begin
6
6
  Jeweler::Tasks.new do |gem|
7
7
  gem.name = "redhillonrails_core"
8
8
  gem.summary = %Q{RedHill on Rails Core is a plugin that features to support other RedHill on Rails plugins}
9
- gem.description = %Q{
10
- RedHill on Rails Core is a plugin that features to support other RedHill on Rails plugins. Those features include:
11
-
12
- * Creating and dropping views;
13
- * Creating and removing foreign-keys;
14
- * Obtaining indexes directly from a model class; and
15
- * Determining when <code>Schema.define()</code> is running.
16
- }
9
+ gem.description = %Q{RedHill on Rails Core is a plugin that features to support other RedHill on Rails plugins. It creates and drops views and foreign-keys or obtains indexes directly from a model class.}
17
10
  gem.email = "michal.lomnicki@gmail.com"
18
11
  gem.homepage = "http://github.com/mlomnicki/redhillonrails_core"
19
12
  gem.authors = ["Michał Łomnicki"]
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.0.1
@@ -5,19 +5,12 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{redhillonrails_core}
8
- s.version = "1.0.0"
8
+ s.version = "1.0.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Micha\305\202 \305\201omnicki"]
12
12
  s.date = %q{2010-03-13}
13
- s.description = %q{
14
- RedHill on Rails Core is a plugin that features to support other RedHill on Rails plugins. Those features include:
15
-
16
- * Creating and dropping views;
17
- * Creating and removing foreign-keys;
18
- * Obtaining indexes directly from a model class; and
19
- * Determining when <code>Schema.define()</code> is running.
20
- }
13
+ s.description = %q{RedHill on Rails Core is a plugin that features to support other RedHill on Rails plugins. It creates and drops views and foreign-keys or obtains indexes directly from a model class.}
21
14
  s.email = %q{michal.lomnicki@gmail.com}
22
15
  s.extra_rdoc_files = [
23
16
  "README.rdoc"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redhillonrails_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Micha\xC5\x82 \xC5\x81omnicki"
@@ -13,15 +13,7 @@ date: 2010-03-13 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
16
- description: |
17
-
18
- RedHill on Rails Core is a plugin that features to support other RedHill on Rails plugins. Those features include:
19
-
20
- * Creating and dropping views;
21
- * Creating and removing foreign-keys;
22
- * Obtaining indexes directly from a model class; and
23
- * Determining when <code>Schema.define()</code> is running.
24
-
16
+ description: RedHill on Rails Core is a plugin that features to support other RedHill on Rails plugins. It creates and drops views and foreign-keys or obtains indexes directly from a model class.
25
17
  email: michal.lomnicki@gmail.com
26
18
  executables: []
27
19