Skip to content

Commit

Permalink
> perform readme and slather dance
Browse files Browse the repository at this point in the history
  • Loading branch information
jhersh committed Jun 28, 2015
1 parent 847637e commit 7d46f5f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem 'obcd'
gem 'cocoapods'
gem 'shenzhen'
gem 'deliver'
gem 'slather'
gem 'slather', '~> 1.7.1'
gem 'codes'
gem 'rake'
gem 'cocoapods-keys', :git => 'https://github.com/jhersh/cocoapods-keys.git', :branch => 'keys-paths'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ GEM
rubyzip (~> 1.1)
security (~> 0.1.3)
terminal-table (~> 1.4.5)
slather (1.8)
slather (1.7.1)
clamp (~> 0.6)
nokogiri (~> 1.6.3)
xcodeproj (~> 0.24.1)
Expand Down Expand Up @@ -180,7 +180,7 @@ DEPENDENCIES
pygmentize
rake
shenzhen
slather
slather (~> 1.7.1)
xcpretty

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You'll need Xcode 6.3 or newer.
1. [Install Homebrew](http://brew.sh) if needed, and then `brew update && brew install objc-codegenutils`
2. Clone this repo: `git clone git@github.com:splinesoft/MUDRammer.git && cd MUDRammer`
3. `rake setup` will install RubyGems and CocoaPods. You will be prompted (one time only) to enter values for application secrets, like Hockey API keys. These values are stored securely in the OS X keychain. You can enter a blank space or `-` for these. You should periodically run `rake setup` to ensure you're up to date with all dependencies.
4. `rake test` builds MUDRammer and run all tests (minimalistic RSpec-style output).
4. `rake test` builds MUDRammer and runs all tests (minimalistic RSpec-style output).
5. `rake lint` lints MUDRammer with various static analyzers. [FauxPas.app](http://fauxpasapp.com) is required for one of the linting steps.
6. `open src/Mudrammer.xcworkspace` to build and run. Make sure to select the `MUDRammer Dev` Xcode scheme.

Expand Down

0 comments on commit 7d46f5f

Please sign in to comment.