spicycode-micronaut-rails 0.1.9.0 → 0.2.0.0

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.
data/Rakefile CHANGED
@@ -7,8 +7,8 @@ GEM = "micronaut-rails"
7
7
  GEM_VERSION = Micronaut::Rails::Version::STRING
8
8
  AUTHOR = "Chad Humphries"
9
9
  EMAIL = "chad@spicycode.com"
10
- HOMEPAGE = "http://spicycode.com"
11
- SUMMARY = "An excellent replacement for the wheel..."
10
+ HOMEPAGE = "http://github.com/spicycode/micronaut-rails"
11
+ SUMMARY = "An excellent replacement for the wheel, Rails edition."
12
12
 
13
13
  spec = Gem::Specification.new do |s|
14
14
  s.name = GEM
@@ -2,14 +2,14 @@ module Micronaut
2
2
  module Rails
3
3
  module Version
4
4
  MAJOR = 0
5
- MINOR = 1
6
- TINY = 9
5
+ MINOR = 2
6
+ TINY = 0
7
7
  MINISCULE = 0
8
8
 
9
9
  STRING = [MAJOR, MINOR, TINY, MINISCULE].join('.')
10
10
 
11
11
  MICRONAUT_VERSION = [MAJOR, MINOR, TINY].join('.')
12
- MICRONAUT_VERSION_STRING = ">= #{MICRONAUT_VERSION}"
12
+ MICRONAUT_VERSION_STRING = "~> #{MICRONAUT_VERSION}"
13
13
  end
14
14
  end
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spicycode-micronaut-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9.0
4
+ version: 0.2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chad Humphries
@@ -9,7 +9,7 @@ autorequire: micronaut-rails
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-01-10 00:00:00 -08:00
12
+ date: 2009-01-12 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -26,11 +26,11 @@ dependencies:
26
26
  version_requirement:
27
27
  version_requirements: !ruby/object:Gem::Requirement
28
28
  requirements:
29
- - - ">="
29
+ - - ~>
30
30
  - !ruby/object:Gem::Version
31
- version: 0.1.9
31
+ version: 0.2.0
32
32
  version:
33
- description: An excellent replacement for the wheel...
33
+ description: An excellent replacement for the wheel, Rails edition.
34
34
  email: chad@spicycode.com
35
35
  executables: []
36
36
 
@@ -70,7 +70,7 @@ files:
70
70
  - examples/lib/micronaut/rails/configuration_example.rb
71
71
  - examples/lib/micronaut-rails_example.rb
72
72
  has_rdoc: true
73
- homepage: http://spicycode.com
73
+ homepage: http://github.com/spicycode/micronaut-rails
74
74
  post_install_message:
75
75
  rdoc_options: []
76
76
 
@@ -94,6 +94,6 @@ rubyforge_project:
94
94
  rubygems_version: 1.2.0
95
95
  signing_key:
96
96
  specification_version: 2
97
- summary: An excellent replacement for the wheel...
97
+ summary: An excellent replacement for the wheel, Rails edition.
98
98
  test_files: []
99
99