phoebus 0.0.7 → 0.0.8
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/.ruby-gemset +1 -0
- data/.ruby-version +1 -0
- data/Gemfile.lock +2 -2
- data/README.md +40 -42
- data/lib/phoebus/version.rb +1 -1
- data/lib/phoebus.rb +1 -0
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 193f66f527622c42884cb2c5437aa7c47e2e045a
|
4
|
+
data.tar.gz: 1833204c8033189f635ef7933e58377a7b7167e9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f0333a614038d35e0cb28862e0815bbcf4e67071f3159aa15b15e1e99a53fd5a450c6c950e7a2eb7c4b56b54a77621ed73927d353a9c6c1d585785de78b91408
|
7
|
+
data.tar.gz: 4e7204e91de1d48e60ee6c4c532f2f6986df2030c5d3959cdc2d725f2aacaad971f9afebe438eccc146cfed9770a0877b6f6bd4c31b47fedaa959fcf564f2441
|
data/.ruby-gemset
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
phoebus
|
data/.ruby-version
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
ruby-2.3.3
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -10,59 +10,37 @@ This is the README for Phoebus, a Ruby 2.2.3 Gem that communicates with Coeus, t
|
|
10
10
|
|
11
11
|
to enable an Educator (faculty) to post Announcements (messages) to Caregivers (parent) within a specific Institution through the [Schoolbzz](http://schoolbzz.com) platform.
|
12
12
|
|
13
|
-
## CODICIL ##
|
14
|
-
|
15
|
-
Started out as [Phoebe](https://en.wikipedia.org/wiki/Phoebe_(mythology)), Titaness of the "bright" intellect and prophecy, consort of [Coeus](https://en.wikipedia.org/wiki/Coeus). Unfortunately, Ruby Gems doesn't include temporarily reserved names in their search results
|
16
|
-
|
17
|
-
* Search: [https://rubygems.org/search?utf8=✓&query=phoebe)](https://rubygems.org/search?utf8=✓&query=phoebe) - should show no gems using this name.
|
18
|
-
* Browse: [http://rubygems.org/gems/phoebe](http://rubygems.org/gems/phoebe) - shows this gem name is reserved (as of 0.0.0).
|
19
|
-
|
20
|
-
So had to create a new project or modify the existing project and substituting 'hoebus' for 'hoebe' was easiest. Turns out that "Phoebus" (bright or brilliant) is the epithet of [Apollo](https://en.wikipedia.org/wiki/Apollo), Coeus' grandson through his daughter [Leto](https://en.wikipedia.org/wiki/Leto).
|
21
|
-
|
22
13
|
- - - - - - - - - - - - - - - - - - - -
|
23
|
-
##
|
14
|
+
##_DEVELOPMENT_##
|
24
15
|
- - - - - - - - - - - - - - - - - - - -
|
25
16
|
|
26
|
-
http://bundler.io/v1.12/bundler_workflow.html
|
27
|
-
|
28
|
-
_gem build OR rake_
|
29
|
-
gem build phoebus.gemspec
|
30
|
-
gem push phoebus-0.0.2.gem
|
31
|
-
|
32
17
|
_rake_
|
33
|
-
rake -T
|
34
18
|
rake build
|
35
19
|
rake install
|
20
|
+
rake test
|
36
21
|
|
37
22
|
_git_
|
38
23
|
git add -A
|
39
|
-
git commit -a -m "
|
24
|
+
git commit -a -m "Updated"
|
40
25
|
git push origin master
|
41
26
|
|
42
|
-
|
43
|
-
|
44
|
-
|
27
|
+
##_RELEASE_##
|
28
|
+
|
29
|
+
_git_
|
30
|
+
git add -A
|
31
|
+
git commit -a -m "Updated"
|
45
32
|
|
46
|
-
|
33
|
+
_rake_
|
47
34
|
rake build
|
48
35
|
rake install
|
36
|
+
rake test
|
49
37
|
rake release
|
50
38
|
|
51
|
-
|
52
|
-
## DEPENDENCIES ##
|
53
|
-
- - - - - - - - - - - - - - - - - - - -
|
39
|
+
http://bundler.io/v1.12/bundler_workflow.html
|
54
40
|
|
55
|
-
RVM
|
56
|
-
Git
|
57
|
-
Bundler
|
58
|
-
Gem
|
59
|
-
Rake
|
60
|
-
Minitest, Tilt, Redcarpet
|
61
|
-
gPRC
|
62
|
-
Coeus
|
63
41
|
|
64
42
|
- - - - - - - - - - - - - - - - - - - -
|
65
|
-
##
|
43
|
+
## NOTES ##
|
66
44
|
- - - - - - - - - - - - - - - - - - - -
|
67
45
|
|
68
46
|
Initializing the environment for creating a gem using rvm, gem, bundler and rake.
|
@@ -86,7 +64,6 @@ bundle update
|
|
86
64
|
|
87
65
|
## FILES AND DIRECTORIES ###
|
88
66
|
|
89
|
-
|
90
67
|
_phoebus.gemspec_
|
91
68
|
|
92
69
|
lib = File.expand_path("../lib", __FILE__)
|
@@ -212,6 +189,19 @@ _test_
|
|
212
189
|
irb -Ilib -rphoebus
|
213
190
|
Phoebus.ipsum
|
214
191
|
|
192
|
+
- - - - - - - - - - - - - - - - - - - -
|
193
|
+
## DEPENDENCIES ##
|
194
|
+
- - - - - - - - - - - - - - - - - - - -
|
195
|
+
|
196
|
+
RVM
|
197
|
+
Git
|
198
|
+
Bundler
|
199
|
+
Gem
|
200
|
+
Rake
|
201
|
+
Minitest, Tilt, Redcarpet
|
202
|
+
gPRC
|
203
|
+
Coeus
|
204
|
+
|
215
205
|
- - - - - - - - - - - - - - - - - - - -
|
216
206
|
# REFERENCES #
|
217
207
|
- - - - - - - - - - - - - - - - - - - -
|
@@ -249,11 +239,6 @@ git push origin master
|
|
249
239
|
|
250
240
|
gem push phoebus-0.0.1.gem
|
251
241
|
|
252
|
-
|
253
|
-
- - - - - - - - - - - - - - - - - - - -
|
254
|
-
# END
|
255
|
-
- - - - - - - - - - - - - - - - - - - -
|
256
|
-
|
257
242
|
## Documentation
|
258
243
|
|
259
244
|
pandoc -o METHODOLOGY.pdf METHODOLOGY.md
|
@@ -274,6 +259,8 @@ Or install it yourself as:
|
|
274
259
|
|
275
260
|
$ gem install phoebus
|
276
261
|
|
262
|
+
|
263
|
+
|
277
264
|
## Usage
|
278
265
|
|
279
266
|
TODO: Write usage instructions here
|
@@ -284,6 +271,17 @@ After checking out the repo, run `bin/setup` to install dependencies. You can al
|
|
284
271
|
|
285
272
|
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
286
273
|
|
287
|
-
## Contributing
|
288
274
|
|
289
|
-
|
275
|
+
## CODICIL ##
|
276
|
+
|
277
|
+
Started out as [Phoebe](https://en.wikipedia.org/wiki/Phoebe_(mythology)), Titaness of the "bright" intellect and prophecy, consort of [Coeus](https://en.wikipedia.org/wiki/Coeus). Unfortunately, Ruby Gems doesn't include temporarily reserved names in their search results
|
278
|
+
|
279
|
+
* Search: [https://rubygems.org/search?utf8=✓&query=phoebe)](https://rubygems.org/search?utf8=✓&query=phoebe) - should show no gems using this name.
|
280
|
+
* Browse: [http://rubygems.org/gems/phoebe](http://rubygems.org/gems/phoebe) - shows this gem name is reserved (as of 0.0.0).
|
281
|
+
|
282
|
+
So had to create a new project or modify the existing project and substituting 'hoebus' for 'hoebe' was easiest. Turns out that "Phoebus" (bright or brilliant) is the epithet of [Apollo](https://en.wikipedia.org/wiki/Apollo), Coeus' grandson through his daughter [Leto](https://en.wikipedia.org/wiki/Leto).
|
283
|
+
|
284
|
+
|
285
|
+
- - - - - - - - - - - - - - - - - - - -
|
286
|
+
# END
|
287
|
+
- - - - - - - - - - - - - - - - - - - -
|
data/lib/phoebus/version.rb
CHANGED
data/lib/phoebus.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: phoebus
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Bauer
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-06-
|
11
|
+
date: 2017-06-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -89,6 +89,8 @@ extra_rdoc_files: []
|
|
89
89
|
files:
|
90
90
|
- ".gitignore"
|
91
91
|
- ".gitignore~"
|
92
|
+
- ".ruby-gemset"
|
93
|
+
- ".ruby-version"
|
92
94
|
- Gemfile
|
93
95
|
- Gemfile.lock
|
94
96
|
- README.md
|
@@ -128,7 +130,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
128
130
|
version: '0'
|
129
131
|
requirements: []
|
130
132
|
rubyforge_project:
|
131
|
-
rubygems_version: 2.
|
133
|
+
rubygems_version: 2.6.10
|
132
134
|
signing_key:
|
133
135
|
specification_version: 4
|
134
136
|
summary: Phoebus
|