Skip to content

Commit

Permalink
added jwt api_token; using inaturalistjs API wrapper; git ignored web…
Browse files Browse the repository at this point in the history
…packs for now
  • Loading branch information
pleary committed Mar 21, 2016
1 parent ab79058 commit f508cd7
Show file tree
Hide file tree
Showing 15 changed files with 76 additions and 46,809 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -52,3 +52,6 @@ notes.txt
xmp.xml

config/environments/development.rb

app/assets/javascripts/observations-identify-webpack.js
app/assets/javascripts/webpack/observations/identify/webpack-entry.js
2 changes: 2 additions & 0 deletions .nvmrc
@@ -0,0 +1,2 @@
5.8.0

1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -54,6 +54,7 @@ gem 'i18n-js', :git => 'git://github.com/fnando/i18n-js.git'
gem 'irwi', :git => 'git://github.com/Programatica/irwi.git'
gem 'json'
gem 'jquery-rails'
gem 'jwt', '~> 1.2.1'
gem 'koala'
gem 'dalli'
gem 'mocha', :require => false
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Expand Up @@ -730,6 +730,7 @@ DEPENDENCIES
irwi!
jquery-rails
json
jwt (~> 1.2.1)
koala
machinist
mobile-fu!
Expand Down Expand Up @@ -784,4 +785,4 @@ DEPENDENCIES
yui-compressor

BUNDLED WITH
1.10.6
1.11.2

0 comments on commit f508cd7

Please sign in to comment.