Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
Merge pull request #4 from sankage/master
Browse files Browse the repository at this point in the history
update Alfred to 2.0
  • Loading branch information
Adam Ochonicki committed Apr 6, 2013
2 parents 398359a + 3a8dfea commit c802ff7
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
48 changes: 24 additions & 24 deletions Gemfile.lock
@@ -1,49 +1,49 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.3.2)
addressable (2.3.3)
ansi (1.4.3)
boxen (1.0.0)
boxen (1.0.2)
ansi (~> 1.4)
hiera (~> 1.0.0)
highline (~> 1.6)
json_pure (>= 1.7.7, < 2.0)
librarian-puppet (~> 0.9)
octokit (~> 1.15)
puppet (~> 3.0)
cardboard (1.0.0)
cardboard (1.0.1)
boxen (~> 1.0)
puppet-lint (~> 0.3)
puppetlabs_spec_helper (~> 0.4)
rspec-puppet (~> 0.1)
diff-lcs (1.1.3)
facter (1.6.17)
faraday (0.8.5)
diff-lcs (1.2.1)
facter (1.6.18)
faraday (0.8.7)
multipart-post (~> 1.1)
faraday_middleware (0.9.0)
faraday (>= 0.7.4, < 0.9)
hashie (1.2.0)
hashie (2.0.3)
hiera (1.0.0)
highline (1.6.15)
highline (1.6.16)
json (1.7.7)
json_pure (1.7.7)
librarian-puppet (0.9.8)
json
thor (~> 0.15)
metaclass (0.0.1)
mocha (0.13.2)
mocha (0.13.3)
metaclass (~> 0.0.1)
multi_json (1.6.0)
multipart-post (1.1.5)
multi_json (1.7.2)
multipart-post (1.2.0)
netrc (0.7.7)
octokit (1.23.0)
octokit (1.24.0)
addressable (~> 2.2)
faraday (~> 0.8)
faraday_middleware (~> 0.9)
hashie (~> 1.2)
hashie (~> 2.0)
multi_json (~> 1.3)
netrc (~> 0.7.7)
puppet (3.1.0)
puppet (3.1.1)
facter (~> 1.6)
hiera (~> 1.0)
puppet-lint (0.3.2)
Expand All @@ -52,18 +52,18 @@ GEM
rake
rspec (>= 2.9.0)
rspec-puppet (>= 0.1.1)
rake (10.0.3)
rspec (2.12.0)
rspec-core (~> 2.12.0)
rspec-expectations (~> 2.12.0)
rspec-mocks (~> 2.12.0)
rspec-core (2.12.2)
rspec-expectations (2.12.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.12.2)
rake (10.0.4)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
rspec-core (2.13.1)
rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.0)
rspec-puppet (0.1.6)
rspec
thor (0.17.0)
thor (0.18.0)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion manifests/init.pp
Expand Up @@ -6,6 +6,6 @@
class alfred {
package { 'Alfred':
provider => 'compressed_app',
source => 'http://cachefly.alfredapp.com/alfred_1.3.3_267.zip'
source => 'http://cachefly.alfredapp.com/Alfred_2.0.2_178.zip'
}
}
4 changes: 2 additions & 2 deletions spec/classes/alfred_spec.rb
Expand Up @@ -3,8 +3,8 @@
describe 'alfred' do
it do
should contain_package('Alfred').with({
:provider => 'appdmg',
:source => 'http://cachefly.alfredapp.com/alfred_1.3.1_261.dmg',
:provider => 'compressed_app',
:source => 'http://cachefly.alfredapp.com/Alfred_2.0.2_178.zip',
})
end
end

0 comments on commit c802ff7

Please sign in to comment.