Skip to content

Commit

Permalink
Updating Gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
nadamsoreilly committed Jan 12, 2023
1 parent 9b73983 commit 1a3795a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
atlas_assets (0.8.14)
atlas_assets (0.9.0)
handlebars_assets (= 0.23.1)

GEM
Expand All @@ -15,10 +15,10 @@ GEM
sprockets (>= 2.0.0)
tilt (>= 1.2)
multi_json (1.15.0)
rack (2.1.4.1)
sprockets (3.7.2)
rack (3.0.3)
sprockets (4.2.0)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
rack (>= 2.2.4, < 4)
tilt (2.0.11)

PLATFORMS
Expand Down
9 changes: 4 additions & 5 deletions atlas_assets.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ require 'atlas_assets/version'
Gem::Specification.new do |gem|
gem.name = "atlas_assets"
gem.version = Atlas::Assets::VERSION
gem.authors = ["Rune Skjoldborg Madsen"]
gem.email = ["rune@runemadsen.com"]
gem.description = %q{Public repository with assets and design guide for the Atlas platform}
gem.summary = %q{Public repository with assets and design guide for the Atlas platform}
gem.homepage = "http://atlas-assets.herokuapp.com"
gem.authors = ["O'Reilly Tools Team"]
gem.email = ["toolsreq@oreilly.com"]
gem.description = %q{Public repository with assets for the Atlas platform}
gem.summary = %q{Public repository with assets for the Atlas platform}

gem.files = `git ls-files`.split($/)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
Expand Down
2 changes: 1 addition & 1 deletion lib/atlas_assets/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Atlas
module Assets
VERSION = "0.8.14"
VERSION = "0.9.0"
end
end

0 comments on commit 1a3795a

Please sign in to comment.