bjond-api 0.0.3 → 0.0.4

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: bffcbeab23353a52c6336654268e1ac3c64d7097
4
- data.tar.gz: a8a7438a62255021aac89f3f16cd9d7fdc409b11
3
+ metadata.gz: 354223f494f90bed35df69c78aa7bf2ec88ef0d8
4
+ data.tar.gz: 2d473d166433b805eea1168d5efeb5ee196801ea
5
5
  SHA512:
6
- metadata.gz: fbafb7d767748b538e8a91c4affa8f3c82d67543820714d179c25150eb795a9cc631e85f58f401c1593543320512a19297ce598dbe90ee930e102242c55dbd11
7
- data.tar.gz: 7bdd95d594fb0d08a38fbaa79c9809e22693a6489567f0b46e578c4eb970e2f6f581826336920fb13b9404cb04cb761c63ae070b881574dc39441c722ced082c
6
+ metadata.gz: 3abcafcbce95c6ddaac2e394fdd2871918e42ec1d94d1b1b232ca1e550b689c749c872ebf6cf36d08cb26078df56f22a2ec9d385ef37f3c971a8a20104c2d913
7
+ data.tar.gz: 4c21d85b90b1fed0f522c3efeca1747d4f84a4e07d82f29ca33ea61d57f979cd0dd9880e81d69e1a0fa29c99c390fe095696560027878e5f4acf98c8cfc6e9fa
data/README.rdoc CHANGED
@@ -21,8 +21,7 @@ To create a Bjond App using the Ruby on Rails framework, perform the following a
21
21
 
22
22
  To install necessary migrations, add this to your Rails' application.rb file -
23
23
 
24
- config.paths['db/migrate'] = BjondApi::Engine.paths['db/migrate'].existent
25
-
24
+ rake bjond_api_engine:install:migrations
26
25
 
27
26
  (4) At this point, you can run the migrations as usual using -
28
27
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.3
1
+ 0.0.4
@@ -2,7 +2,6 @@ class BjondRegistrationsController < ApplicationController
2
2
  before_action :set_bjond_registration, only: [:show, :edit, :update, :destroy]
3
3
 
4
4
  require 'bjond-api'
5
- require 'resolv'
6
5
  require 'uri'
7
6
 
8
7
  # GET /bjond_registrations
@@ -1,6 +1,5 @@
1
1
  include BjondApi
2
2
  require 'attr_encrypted'
3
- require 'Resolv'
4
3
 
5
4
  class BjondRegistration < ActiveRecord::Base
6
5
  has_many :BjondServices
data/bjond-api.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: bjond-api 0.0.3 ruby lib
5
+ # stub: bjond-api 0.0.4 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "bjond-api"
9
- s.version = "0.0.3"
9
+ s.version = "0.0.4"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bjond-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Blake Rego