day-magick 1.0.0 → 1.0.1
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.md +6 -8
- data/lib/day/magick/version.rb +1 -1
- 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: aee125e8eb229fb4606db2c3092e5d07589dca1f
|
4
|
+
data.tar.gz: 750c1e10359f21e76839a89ce04b28f358a7d42f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8bc9601f54ee31f4b04bdf5357c1fd5b1b2f4a7eecea72b8d3a5f37c8218e62573a3476b096878d389c944f5e420cb1a94193da2a1d5243dac995e942d706b45
|
7
|
+
data.tar.gz: f28cf9d1eac1ef6ba238677c386f6e115d069dddd644ebcc5b6854d4b2c110870becefae4a0d4a658196dd18f39a0757f41975378e809bc66a6807d1c4a1e0c3
|
data/README.md
CHANGED
@@ -1,8 +1,6 @@
|
|
1
1
|
# Day::Magick
|
2
2
|
|
3
|
-
|
4
|
-
|
5
|
-
TODO: Delete this and the text above, and describe your gem
|
3
|
+
Greeting to the user according to the time.
|
6
4
|
|
7
5
|
## Installation
|
8
6
|
|
@@ -22,17 +20,17 @@ Or install it yourself as:
|
|
22
20
|
|
23
21
|
## Usage
|
24
22
|
|
25
|
-
|
23
|
+
In your view pages simply call
|
26
24
|
|
27
|
-
|
25
|
+
<%= day_magick %>
|
28
26
|
|
29
|
-
|
27
|
+
Now message will be changed automatically change according to the time.
|
30
28
|
|
31
|
-
|
29
|
+
And that's it!
|
32
30
|
|
33
31
|
## Contributing
|
34
32
|
|
35
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
33
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/sethukarthik/day-magick. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
36
34
|
|
37
35
|
|
38
36
|
## License
|
data/lib/day/magick/version.rb
CHANGED