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 #3 from tobyclemson/fix-download-link
Browse files Browse the repository at this point in the history
Fix download link
  • Loading branch information
rafaelfranca committed Jul 7, 2014
2 parents f2773fa + b56121f commit e2293b6
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 55 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source "https://rubygems.org"

gem "cardboard", "~> 1.0"
gem "cardboard", "~> 2.1"
108 changes: 56 additions & 52 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,75 +1,79 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.3.5)
CFPropertyList (2.2.8)
addressable (2.3.6)
ansi (1.4.3)
boxen (1.4.2)
boxen (2.6.0)
ansi (~> 1.4)
hiera (~> 1.0)
highline (~> 1.6)
json_pure (>= 1.7.7, < 2.0)
librarian-puppet (~> 0.9.9)
octokit (~> 1.15)
librarian-puppet (~> 1.0.0)
octokit (~> 2.7, >= 2.7.1)
puppet (~> 3.0)
cardboard (1.0.4)
boxen (~> 1.0)
cardboard (2.1.0)
boxen (~> 2.1)
puppet-lint (~> 0.3)
puppetlabs_spec_helper (~> 0.4)
rspec-puppet (~> 0.1)
diff-lcs (1.2.4)
facter (1.7.1)
faraday (0.8.7)
multipart-post (~> 1.1)
faraday_middleware (0.9.0)
faraday (>= 0.7.4, < 0.9)
hashie (2.0.5)
hiera (1.2.1)
rspec-puppet (~> 1.0)
diff-lcs (1.2.5)
facter (2.1.0)
CFPropertyList (~> 2.2.6)
faraday (0.9.0)
multipart-post (>= 1.2, < 3)
hiera (1.3.4)
json_pure
highline (1.6.19)
json (1.8.0)
json_pure (1.8.0)
librarian-puppet (0.9.9)
json
highline (1.6.21)
json (1.8.1)
json_pure (1.8.1)
librarian (0.1.2)
highline
thor (~> 0.15)
metaclass (0.0.1)
mocha (0.14.0)
librarian-puppet (1.0.4)
json
librarian (>= 0.1.2)
metaclass (0.0.4)
mocha (1.1.0)
metaclass (~> 0.0.1)
multi_json (1.7.7)
multipart-post (1.2.0)
netrc (0.7.7)
octokit (1.25.0)
addressable (~> 2.2)
faraday (~> 0.8)
faraday_middleware (~> 0.9)
hashie (~> 2.0)
multi_json (~> 1.3)
netrc (~> 0.7.7)
puppet (3.2.2)
facter (~> 1.6)
multipart-post (2.0.0)
octokit (2.7.2)
sawyer (~> 0.5.2)
puppet (3.6.2)
facter (> 1.6, < 3)
hiera (~> 1.0)
rgen (~> 0.6)
json_pure
rgen (~> 0.6.5)
puppet-lint (0.3.2)
puppetlabs_spec_helper (0.4.1)
mocha (>= 0.10.5)
puppetlabs_spec_helper (0.6.0)
mocha
puppet-lint
rake
rspec (>= 2.9.0)
rspec-puppet (>= 0.1.1)
rake (10.1.0)
rgen (0.6.5)
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.1)
rspec-puppet (0.1.6)
rspec
thor (0.18.1)
rspec-puppet
rake (10.3.2)
rgen (0.6.6)
rspec (3.0.0)
rspec-core (~> 3.0.0)
rspec-expectations (~> 3.0.0)
rspec-mocks (~> 3.0.0)
rspec-core (3.0.2)
rspec-support (~> 3.0.0)
rspec-expectations (3.0.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.0.0)
rspec-mocks (3.0.2)
rspec-support (~> 3.0.0)
rspec-puppet (1.0.1)
rspec
rspec-support (3.0.2)
sawyer (0.5.4)
addressable (~> 2.3.5)
faraday (~> 0.8, < 0.10)
thor (0.19.1)

PLATFORMS
ruby

DEPENDENCIES
cardboard (~> 1.0)
cardboard (~> 2.1)
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
class omnigraffle {
package { 'OmniGraffle':
provider => 'appdmg_eula',
source => 'http://downloads2.omnigroup.com/software/MacOSX/10.8/OmniGraffle-6.0.2.dmg'
source => 'http://downloads2.omnigroup.com/software/MacOSX/10.8/OmniGraffle-6.0.5.dmg'
}
}
2 changes: 1 addition & 1 deletion spec/classes/omnigraffle_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

it { should contain_class('omnigraffle') }
it { should contain_package('OmniGraffle').with_provider('appdmg_eula') }
it { should contain_package('OmniGraffle').with_source('http://downloads2.omnigroup.com/software/MacOSX/10.8/OmniGraffle-6.0.2.dmg') }
it { should contain_package('OmniGraffle').with_source('http://downloads2.omnigroup.com/software/MacOSX/10.8/OmniGraffle-6.0.5.dmg') }

end

0 comments on commit e2293b6

Please sign in to comment.