front_end_builds 0.0.25 → 0.0.26

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2789045f4bc8f29052d63f84186504fc7800dc8c
4
- data.tar.gz: 8ae5cfc6bac178ec2742dca76b8cbf36e6562143
3
+ metadata.gz: 454309571c8187f9172c22223e66b72ba3f4a1dd
4
+ data.tar.gz: 0b379fc6a91e2ea5df974b19497880005621109a
5
5
  SHA512:
6
- metadata.gz: cc63cf0fd1dbeb4824defe85ce1e202341bdb11ceada8f5b6a9bedad420c63ed1bc1eab4ba90209c3d45f5f71ac5c57945ee36509249fccbfaed26aef8185b0b
7
- data.tar.gz: 6eec4e3ece21c3db125432d8c1f0c533e45d5966783afd5678a57a54bb25a7ad922c488fd4c01d1c0e5cc367b6999cd0faccdaca9ef67e28cbf118d303d36a66
6
+ metadata.gz: b689b859ed5d190458ffd33bd46de053187288404c510297479e7cc06d5a7d4922f321b9b76e4c7022a9cbb3e3e73eb6b4930c1c7f6c18a506c3cd40918abe13
7
+ data.tar.gz: 8374c3856062d4eac9f6452e361aa13dd549e93b9d72e1e937da9414c0de82704feb0e02308b93733e2a0f8969ba9478ccc9757b777526ce844d88ea0dd5959c
@@ -39,14 +39,6 @@ module FrontEndBuilds
39
39
  end
40
40
 
41
41
  def update
42
- # if use_params(:app_update_params)[:live_build_id]
43
- # new_build_id = use_params(:app_update_params)[:live_build_id]
44
- # build = FrontEndBuilds::Build.find new_build_id
45
- # @app.live_build = build
46
- # end
47
- # require 'pry'
48
- # binding.pry
49
-
50
42
  if @app.update_attributes( use_params(:app_update_params) )
51
43
 
52
44
  respond_with_json(
data/config/routes.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # This is for the admin area.
2
2
  FrontEndBuilds::Engine.routes.draw do
3
- scope :api do
3
+ scope :api, path: '/api' do
4
4
  resources :apps, only: [:index, :show, :create, :update, :destroy]
5
5
  resources :builds, only: [:index, :show]
6
6
  resources :host_apps, only: [:show]
@@ -1,3 +1,3 @@
1
1
  module FrontEndBuilds
2
- VERSION = "0.0.25"
2
+ VERSION = "0.0.26"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: front_end_builds
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.25
4
+ version: 0.0.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Toronto
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-02-01 00:00:00.000000000 Z
12
+ date: 2015-02-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sqlite3