loadgif 0.1.1 → 0.1.2
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 +2 -3
- data/lib/loadgif/version.rb +1 -1
- data/loadgif-0.1.1.gem +0 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e12a6b36747864726accf5ec665357d31161b93f98a8326f9689559c43115d2c
|
|
4
|
+
data.tar.gz: e9920bd03b4323e34d5ffb232e314e8e4973feba4522bb87b54ac8b725c0235a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b59973e987b2ce3b006b7a3f6f12e1db8788618a2963bdc4776c13ea3796ffb07c2146c1c320e3a2f829b66d93282b07671378ce962a11098e23bec55ffe6a53
|
|
7
|
+
data.tar.gz: 3856599a03cbbe2644085dfc018936732ac73d43755c58f02c076e44c5f3847ee23d4369f60cbd7f3e5426e83c1e3d0b122692d1c2f4dc2e90d8e36621ddd117
|
data/README.md
CHANGED
|
@@ -100,7 +100,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
|
100
100
|
|
|
101
101
|
## Contributing
|
|
102
102
|
|
|
103
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
|
103
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/cis-neelam/loadgif.git. 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.
|
|
104
104
|
|
|
105
105
|
## License
|
|
106
106
|
|
|
@@ -108,5 +108,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
|
|
|
108
108
|
|
|
109
109
|
## Code of Conduct
|
|
110
110
|
|
|
111
|
-
Everyone interacting in the Loadgif project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/
|
|
112
|
-
|
|
111
|
+
Everyone interacting in the Loadgif project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/cis-neelam/loadgif/blob/master/CODE_OF_CONDUCT.md).
|
data/lib/loadgif/version.rb
CHANGED
data/loadgif-0.1.1.gem
ADDED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: loadgif
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- cis-neelam
|
|
@@ -72,6 +72,7 @@ files:
|
|
|
72
72
|
- lib/loadgif/special_gif.rb
|
|
73
73
|
- lib/loadgif/version.rb
|
|
74
74
|
- loadgif-0.1.0.gem
|
|
75
|
+
- loadgif-0.1.1.gem
|
|
75
76
|
- loadgif.gemspec
|
|
76
77
|
homepage: http://rubygems.org/gems/loadgif
|
|
77
78
|
licenses:
|