matrioshka 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -16,7 +16,8 @@ Gem::Specification.new do |gem|
|
|
16
16
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
17
17
|
gem.require_paths = ['lib']
|
18
18
|
|
19
|
-
gem.add_dependency '
|
19
|
+
gem.add_dependency 'rails', '= <%= Rails.version %>'
|
20
|
+
gem.add_dependency 'matrioshka', '>= <%= Matrioshka::VERSION %>'
|
20
21
|
|
21
22
|
gem.post_install_message = "Please run `rake <%= application.underscore.gsub('/', '_') %>:link` to finish the installation."
|
22
23
|
end
|
data/lib/matrioshka/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: matrioshka
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-01-
|
12
|
+
date: 2013-01-15 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Turn your Rails 3 application into a gem
|
15
15
|
email:
|