bjond-api 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.rdoc +1 -2
- data/VERSION +1 -1
- data/app/controllers/bjond_registrations_controller.rb +0 -1
- data/app/models/bjond_registration.rb +0 -1
- data/bjond-api.gemspec +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 354223f494f90bed35df69c78aa7bf2ec88ef0d8
|
4
|
+
data.tar.gz: 2d473d166433b805eea1168d5efeb5ee196801ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
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.
|
1
|
+
0.0.4
|
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.
|
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.
|
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"]
|