asmodai 0.1.0 → 0.1.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.
data/asmodai.gemspec CHANGED
@@ -17,6 +17,7 @@ Gem::Specification.new do |s|
17
17
 
18
18
  s.add_development_dependency "bundler", ">= 1.0.0.rc.5"
19
19
  s.add_dependency 'thor', ">=0.14.6"
20
+ s.add_dependency 'activesupport', ">=3.0.3"
20
21
 
21
22
  s.files = (`git ls-files`.split("\n")+Dir['lib/asmodai/generator/templates/*']).uniq
22
23
  s.executables = ['asmodai']
@@ -1,3 +1,3 @@
1
1
  module Asmodai
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Sebastian Morawietz
@@ -49,6 +49,21 @@ dependencies:
49
49
  version: 0.14.6
50
50
  type: :runtime
51
51
  version_requirements: *id002
52
+ - !ruby/object:Gem::Dependency
53
+ name: activesupport
54
+ prerelease: false
55
+ requirement: &id003 !ruby/object:Gem::Requirement
56
+ none: false
57
+ requirements:
58
+ - - ">="
59
+ - !ruby/object:Gem::Version
60
+ segments:
61
+ - 3
62
+ - 0
63
+ - 3
64
+ version: 3.0.3
65
+ type: :runtime
66
+ version_requirements: *id003
52
67
  description: A simple daemon generator
53
68
  email: []
54
69
 
@@ -62,7 +77,6 @@ files:
62
77
  - .bundle/config
63
78
  - .gitignore
64
79
  - Gemfile
65
- - Gemfile.lock
66
80
  - README.md
67
81
  - Rakefile
68
82
  - asmodai.gemspec
data/Gemfile.lock DELETED
@@ -1,18 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- asmodai (0.1.0)
5
- thor (>= 0.14.6)
6
-
7
- GEM
8
- remote: http://rubygems.org/
9
- specs:
10
- thor (0.14.6)
11
-
12
- PLATFORMS
13
- ruby
14
-
15
- DEPENDENCIES
16
- asmodai!
17
- bundler (>= 1.0.0.rc.5)
18
- thor (>= 0.14.6)