roasted 0.1.1 → 0.1.2

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.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 503d56382e59c1ef52dc43350f534c32d162badd
4
+ data.tar.gz: f32dbb8cae77fa2e8244d8b312e9cf0f3bf77bea
5
+ SHA512:
6
+ metadata.gz: 6ea53bc6ab675ebbab663109cb90727e65e01980076febae9a74eb08f1fe73334d7cb6f07fd4208b6c51c9248544c7a102295b66f1089ca7c0d173b0ff3dcc4c
7
+ data.tar.gz: fb0c444a2033c62e4d084ee8853bcc405cbcee404093e12f21e4facf13411e7c3425e2eba329d79fe8ef053917a2aabcac2ebde8944f999ba754418eba14f9f3
@@ -1,3 +1,3 @@
1
1
  source "https://macapps.fournova.com/tower1-1060/download", :type => "zip"
2
- checksum "30ddeeb1d4a664a9ff44daeb9ec4dd9459375be7"
2
+ checksum "b2a41fe2ef412eabe853ee8835d0c0f78943c677"
3
3
  defaults "com.fournova.Tower"
@@ -1,3 +1,3 @@
1
1
  module Roasted
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,51 +1,49 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: roasted
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
5
- prerelease:
4
+ version: 0.1.2
6
5
  platform: ruby
7
6
  authors:
8
7
  - Mikko Kokkonen
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-06-03 00:00:00.000000000 Z
11
+ date: 2013-04-28 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: thor
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - '>='
20
18
  - !ruby/object:Gem::Version
21
19
  version: '0'
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ! '>='
24
+ - - '>='
28
25
  - !ruby/object:Gem::Version
29
26
  version: '0'
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: plist
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
- - - ! '>='
31
+ - - '>='
36
32
  - !ruby/object:Gem::Version
37
33
  version: '0'
38
34
  type: :runtime
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
- - - ! '>='
38
+ - - '>='
44
39
  - !ruby/object:Gem::Version
45
40
  version: '0'
46
- description: ! "\n Roasted is a simple bootstrapping library to install\n all
47
- necessary applications and requirements to freshly\n installed OS X. Roasted
48
- install not only applications\n but also preferences and licenses if possible."
41
+ description: |2-
42
+
43
+ Roasted is a simple bootstrapping library to install
44
+ all necessary applications and requirements to freshly
45
+ installed OS X. Roasted install not only applications
46
+ but also preferences and licenses if possible.
49
47
  email:
50
48
  - mikko@owlforestry.com
51
49
  executables:
@@ -77,26 +75,25 @@ files:
77
75
  - roasted.gemspec
78
76
  homepage: http://www.github.com/owlforestry/roasted
79
77
  licenses: []
78
+ metadata: {}
80
79
  post_install_message:
81
80
  rdoc_options: []
82
81
  require_paths:
83
82
  - lib
84
83
  required_ruby_version: !ruby/object:Gem::Requirement
85
- none: false
86
84
  requirements:
87
- - - ! '>='
85
+ - - '>='
88
86
  - !ruby/object:Gem::Version
89
87
  version: '0'
90
88
  required_rubygems_version: !ruby/object:Gem::Requirement
91
- none: false
92
89
  requirements:
93
- - - ! '>='
90
+ - - '>='
94
91
  - !ruby/object:Gem::Version
95
92
  version: '0'
96
93
  requirements: []
97
94
  rubyforge_project:
98
- rubygems_version: 1.8.23
95
+ rubygems_version: 2.0.0
99
96
  signing_key:
100
- specification_version: 3
97
+ specification_version: 4
101
98
  summary: Simple application installation and configuration library for OS X
102
99
  test_files: []