api_taster 0.4.3 → 0.4.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.
- data/README.md +0 -17
- data/lib/api_taster.rb +2 -0
- data/lib/api_taster/version.rb +1 -1
- metadata +3 -3
data/README.md
CHANGED
|
@@ -83,23 +83,6 @@ APIs evolve - especially during the development stage. To keep `ApiTaster.routes
|
|
|
83
83
|
|
|
84
84
|

|
|
85
85
|
|
|
86
|
-
### Use with an Engine
|
|
87
|
-
|
|
88
|
-
Rails Engines are largely self contained and separated from your main app. Therefore, to use API Taster with an Engine, you would need some extra efforts:
|
|
89
|
-
|
|
90
|
-
In your app Gemfile, you would also need:
|
|
91
|
-
|
|
92
|
-
```ruby
|
|
93
|
-
gem "jquery-rails"
|
|
94
|
-
gem "bootstrap-sass"
|
|
95
|
-
```
|
|
96
|
-
|
|
97
|
-
If you are hand-picking Rails components, make sure in your `application.rb` you have Sprockets enabled:
|
|
98
|
-
|
|
99
|
-
```ruby
|
|
100
|
-
require "sprockets/railtie"
|
|
101
|
-
```
|
|
102
|
-
|
|
103
86
|
## License
|
|
104
87
|
|
|
105
88
|
This gem is released under the [MIT License](http://www.opensource.org/licenses/mit-license.php).
|
data/lib/api_taster.rb
CHANGED
data/lib/api_taster/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: api_taster
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -354,7 +354,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
354
354
|
version: '0'
|
|
355
355
|
segments:
|
|
356
356
|
- 0
|
|
357
|
-
hash:
|
|
357
|
+
hash: -1654334421203811347
|
|
358
358
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
359
359
|
none: false
|
|
360
360
|
requirements:
|
|
@@ -363,7 +363,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
363
363
|
version: '0'
|
|
364
364
|
segments:
|
|
365
365
|
- 0
|
|
366
|
-
hash:
|
|
366
|
+
hash: -1654334421203811347
|
|
367
367
|
requirements: []
|
|
368
368
|
rubyforge_project:
|
|
369
369
|
rubygems_version: 1.8.24
|