localmotive 0.1.2 → 0.1.3

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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 260848363f375873f723f22b1f21778b429cf79f
4
+ data.tar.gz: 57d8274344dd224e8ee46a8607a8db86a54aeca4
5
+ SHA512:
6
+ metadata.gz: 82d0bbc608a52ac2f8c2a2c2f90677554ace8b09fea7e5680ec5b1f7dd4823158874333ddd150b8d8ad4f8de71f7233aa151fe8c8cb988756456614dfe46179f
7
+ data.tar.gz: 3522fc5b5957bc8bc537c4dfeb83710390f0fd203e1f43218da7e509f055dd7e9f45c6151b8acd77008c4401a6a871c8d7d834e0eddae2d0d9683b68c0d5b3d7
@@ -1,11 +1,11 @@
1
- # v0.1.2 2012-11-13
1
+ ## 0.1.2 (2012-11-13)
2
2
 
3
3
  * add support for Rails 3.0 (thanks to @thatdutchguy)
4
4
 
5
- # v0.1.1 2012-11-13
5
+ ## 0.1.1 (2012-11-13)
6
6
 
7
7
  * fix the generate environment files to not override the `config` value
8
8
 
9
- # v0.1.0 2012-11-12
9
+ ## 0.1.0 (2012-11-12)
10
10
 
11
11
  * initial release, override local configurations
@@ -1,3 +1,3 @@
1
1
  module Localmotive
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
@@ -17,5 +17,5 @@ Gem::Specification.new do |gem|
17
17
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
18
18
  gem.require_paths = ["lib"]
19
19
 
20
- gem.add_dependency 'railties', '~> 3.0'
20
+ gem.add_dependency 'railties', '>= 3'
21
21
  end
metadata CHANGED
@@ -1,32 +1,50 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: localmotive
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
5
- prerelease:
4
+ version: 0.1.3
6
5
  platform: ruby
7
6
  authors:
8
7
  - Charles Lowell
9
8
  autorequire:
10
9
  bindir: bin
11
- cert_chain: []
12
- date: 2012-11-13 00:00:00.000000000 Z
10
+ cert_chain:
11
+ - |
12
+ -----BEGIN CERTIFICATE-----
13
+ MIIDPjCCAiagAwIBAgIBADANBgkqhkiG9w0BAQUFADBFMRAwDgYDVQQDDAdjb3di
14
+ b3lkMRwwGgYKCZImiZPyLGQBGRYMdGhlZnJvbnRzaWRlMRMwEQYKCZImiZPyLGQB
15
+ GRYDbmV0MB4XDTEzMDEzMDIxMDYwNFoXDTE0MDEzMDIxMDYwNFowRTEQMA4GA1UE
16
+ AwwHY293Ym95ZDEcMBoGCgmSJomT8ixkARkWDHRoZWZyb250c2lkZTETMBEGCgmS
17
+ JomT8ixkARkWA25ldDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAO45
18
+ CUxpETDGYXjCCy2dMg/aIrdrTqBqQW5ZrzhHxF9EkcdmWFr0z/qMz0JSpZ3pF11Z
19
+ KYaj5PaQQpjZfLPwbuiGGkuSWi+UAac//V18xo6S4lzRBjO+gpzG9f2AOzt9b+SR
20
+ Uc8UhO7QBZ5edUDxMxw9QstD+U0YBAlzsPJbHuUOqdtxXmNQCds3ZnqTgZaIpdUy
21
+ CSejtrukSmlthxFzwgMezYQhcYxmkl+Q475JUodnI6Pjc6nja/Or8Y6cEWiLgeUa
22
+ a+efcPGLDEbwJC7TGRrvk8yassMByBEJ3XueTMzeqWFd+665ptciojYo6BvIAR0N
23
+ iLwks0x567FZyS8SqTcCAwEAAaM5MDcwCQYDVR0TBAIwADAdBgNVHQ4EFgQUxVgR
24
+ 5TUqf7Hd24ICb3g4FNbM7oYwCwYDVR0PBAQDAgSwMA0GCSqGSIb3DQEBBQUAA4IB
25
+ AQDdJj+NzZhiYXA56z0wzRUA/Fcf6CYqKB+RFRlPssDEcHTor5SnwdWgQof/gNLi
26
+ Qel1Om4zO0Shcp89jxaUqtvEdYVhmyfc0vycHmemKttNBT734yMrEJtF8Hhy+Dnz
27
+ 9CzixXLvgGaRH+mf3M0+l+zIDJJr2L+39L8cyTSSRnp/srfI8aSmJKhGshudBKoC
28
+ Ty6Gi071pwoJXvdMaE/6iPy7bUzlndYdHyYuWSKaO9N47HqQ62oEnBraglw6ghoi
29
+ UgImJlChAzCoDP9zi9tdm6jAr7ttF25R9PPYr11ILb7dYe3qUzlNlM6zJx/nb31b
30
+ IhdyRVup4qLcqYSTPsm6u7VA
31
+ -----END CERTIFICATE-----
32
+ date: 2013-02-26 00:00:00.000000000 Z
13
33
  dependencies:
14
34
  - !ruby/object:Gem::Dependency
15
35
  name: railties
16
36
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
37
  requirements:
19
- - - ~>
38
+ - - '>='
20
39
  - !ruby/object:Gem::Version
21
- version: '3.0'
40
+ version: '3'
22
41
  type: :runtime
23
42
  prerelease: false
24
43
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
44
  requirements:
27
- - - ~>
45
+ - - '>='
28
46
  - !ruby/object:Gem::Version
29
- version: '3.0'
47
+ version: '3'
30
48
  description: a rails engine for local development
31
49
  email:
32
50
  - cowboyd@thefrontside.net
@@ -48,26 +66,25 @@ files:
48
66
  - localmotive.gemspec
49
67
  homepage: ''
50
68
  licenses: []
69
+ metadata: {}
51
70
  post_install_message:
52
71
  rdoc_options: []
53
72
  require_paths:
54
73
  - lib
55
74
  required_ruby_version: !ruby/object:Gem::Requirement
56
- none: false
57
75
  requirements:
58
- - - ! '>='
76
+ - - '>='
59
77
  - !ruby/object:Gem::Version
60
78
  version: '0'
61
79
  required_rubygems_version: !ruby/object:Gem::Requirement
62
- none: false
63
80
  requirements:
64
- - - ! '>='
81
+ - - '>='
65
82
  - !ruby/object:Gem::Version
66
83
  version: '0'
67
84
  requirements: []
68
85
  rubyforge_project:
69
- rubygems_version: 1.8.24
86
+ rubygems_version: 2.0.0
70
87
  signing_key:
71
- specification_version: 3
88
+ specification_version: 4
72
89
  summary: keep a private set of per-environment configurations for just your machine
73
90
  test_files: []