atlas_assets 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +2 -1
- data/README.md +3 -2
- data/atlas_assets.gemspec +1 -1
- data/lib/atlas_assets/version.rb +1 -1
- metadata +2 -2
data/.gitignore
CHANGED
data/README.md
CHANGED
@@ -32,5 +32,6 @@ You now have the site running in your browser on `localhost:4000`. Now follow th
|
|
32
32
|
|
33
33
|
1. Create you own feature branch
|
34
34
|
2. Implement your style by tweaking the CSS and checking the documentation on `localhost:4000`. Do not work from the specific Atlas Rails app by updating the gem constantly. All new styles should be developed using the `docs`, and should be independent from a particular application.
|
35
|
-
3. When ready, bump the version number in `lib/atlas_assets/version.rb`, and send a pull request to the master branch.
|
36
|
-
4.
|
35
|
+
3. When ready, bump the version number in `lib/atlas_assets/version.rb`, and send a pull request to the master branch.
|
36
|
+
4. When the pull request has been accepted, we'll publish the gem by running `gem build atlas_assets.gemspec` and `gem push [NAME].gem`.
|
37
|
+
5. Bump the `atlas_assets` gem version in your apps `Gemfile`, run `bundle`, and use the new styles.
|
data/atlas_assets.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
|
|
10
10
|
gem.email = ["rune@runemadsen.com"]
|
11
11
|
gem.description = %q{Public repository with assets and design guide for the Atlas platform}
|
12
12
|
gem.summary = %q{Public repository with assets and design guide for the Atlas platform}
|
13
|
-
gem.homepage = ""
|
13
|
+
gem.homepage = "http://atlas-assets.herokuapp.com"
|
14
14
|
|
15
15
|
gem.files = `git ls-files`.split($/)
|
16
16
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
data/lib/atlas_assets/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: atlas_assets
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.8
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -86,7 +86,7 @@ files:
|
|
86
86
|
- lib/atlas_assets/engine.rb
|
87
87
|
- lib/atlas_assets/version.rb
|
88
88
|
- rails/init.rb
|
89
|
-
homepage:
|
89
|
+
homepage: http://atlas-assets.herokuapp.com
|
90
90
|
licenses: []
|
91
91
|
post_install_message:
|
92
92
|
rdoc_options: []
|