Skip to content

Commit

Permalink
Renamed to Smashing
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Mauthe committed Oct 23, 2016
1 parent 3d0b97e commit b1e2589
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 28 deletions.
19 changes: 6 additions & 13 deletions CONTRIBUTING.md
@@ -1,21 +1,14 @@
# Welcome!
Thank you for your interest in Dashing! This exceptionally handsome
framework welcomes all input, but being stylish requires certain
protocols be followed. :bowtie:

Below you will find a set of guidelines that will ensure the best outcome
for you _and_ Dashing.
Thank you for your interest in Smashing! This project is a fork of Dashing, the exceptionally handsome dashboard framework. We're still in the process of transitioning, so please excuse the mess.

<a name="issues"></a>
## Have an Issue
If you run into problems with Dashing, please take these steps before
If you run into problems with Smashing (or Dashing), please take these steps before
submitting an issue:

1. Check the [Troubleshooting Guide](https://github.com/Shopify/dashing/wiki#how-tos) in the wiki.
1. Check the [Troubleshooting Guide](https://github.com/Dashing-io/dashing/wiki#how-tos) in the wiki.
2. Use the [GitHub Issue Search](https://help.github.com/articles/searching-issues/) to check if the issue has already been reported.
3. Submit your issue to our Issue Tracker. Please provide as much helpful information as possible, preferably making use of a [reduced test case](https://www.google.ca/search?#q=reduced%20test%20case).

**Support requests should be directed to [Stack Overflow](http://stackoverflow.com/questions/tagged/dashing).**
3. Submit your issue to our Issue Tracker. Please provide as much helpful information as possible, preferably making use of a [reduced test case](https://developer.mozilla.org/en-US/docs/Mozilla/QA/Reducing_testcases).

<a name="features"></a>
## Feature Requests
Expand All @@ -26,10 +19,10 @@ in every possible edge case will only make it more difficult to understand, main
and hack on.

If you feel that you have a really amazing, super neato idea that doesn't
quite fit with the core use of Dashing, it may be a good candidate for an
quite fit with the core use of Smashing, it may be a good candidate for an
external Gem which supercharges a project. An excellent example of this is
[dashing-contrib](https://github.com/QubitProducts/dashing-contrib). If you
do create a third-party extension for Dashing, please add it [here](https://github.com/Shopify/dashing/wiki/Additional-Widgets#other-third-party-tools).
do create a third-party extension for Smashing, please add it [here](https://github.com/Dashing-io/dashing/wiki/Additional-Widgets#other-third-party-tools).

<a name="pull-requests"></a>
## Pull Requests
Expand Down
10 changes: 5 additions & 5 deletions README.md
@@ -1,10 +1,10 @@
# [Dashing](https://github.com/dashing-io/dashing/wiki)
# [Smashing](https://github.com/dashing-io/dashing/wiki)

Dashing is a Sinatra based framework that lets you build beautiful dashboards. It looks especially great on TVs.
Smashing, the spiritual successor to Dashing, is a Sinatra based framework that lets you build excellent dashboards. It looks especially great on TVs.

[Check out wiki](https://github.com/dashing-io/dashing/wiki).
[Check out our wiki](https://github.com/dashing-io/dashing/wiki).

Note: This is a fork of the original Dashing project. The original is no longer being maintained, hence this version. Read about it [here](https://github.com/Shopify/dashing/issues/711).
Note: This is a fork of the Dashing project, which is no longer being maintained. Read about that [here](https://github.com/Shopify/dashing/issues/711).

# License
Distributed under the [MIT license](MIT-LICENSE)
Distributed under the [MIT license](MIT-LICENSE).
File renamed without changes.
15 changes: 7 additions & 8 deletions dashing.gemspec → smashing.gemspec
@@ -1,17 +1,16 @@
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = 'dashing'
s.version = '1.3.6'
s.date = '2015-04-11'
s.executables = %w(dashing)
s.name = 'smashing'
s.version = '1.0.0'
s.date = '2016-10-23'
s.executables = %w(smashing)


s.summary = "The exceptionally handsome dashboard framework."
s.description = "This framework lets you build & easily layout dashboards with your own custom widgets. Use it to make a status boards for your ops team, or use it to track signups, conversion rates, or whatever else metrics you'd like to see in one spot. Included with the framework are ready-made widgets for you to use or customize. All of this code was extracted out of a project at Shopify that displays dashboards on TVs around the office."
s.summary = "The wonderfully excellent dashboard framework."
s.description = "A framework for pulling together an overview of data that is important to your team and displaying it easily on TVs around the office. You write a bit of ruby code to gather data from some services and let Smashing handle the rest - displaying that data in a wonderfully simple layout. Built for developers and hackers, Smashing is highly customizable while maintaining humble roots that make it approachable to beginners."
s.author = "Daniel Beauchamp"
s.email = 'daniel.beauchamp@shopify.com'
s.homepage = 'http://shopify.github.com/dashing'
s.homepage = 'http://smashing.github.io'
s.license = "MIT"

s.files = Dir['README.md', 'javascripts/**/*', 'templates/**/*','templates/**/.[a-z]*', 'lib/**/*']
Expand Down
2 changes: 1 addition & 1 deletion templates/project/Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'dashing'
gem 'smashing'

## Remove this if you don't need a twitter widget.
gem 'twitter', '>= 5.9.0'
2 changes: 1 addition & 1 deletion templates/project/README.md
@@ -1 +1 @@
Check out http://shopify.github.com/dashing for more information.
Check out http://smashing.github.io/ for more information.

0 comments on commit b1e2589

Please sign in to comment.