safedb 0.02.0004 → 0.2.5
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/CONTRIBUTING.md +2 -2
- data/lib/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0cd25812b0bbe512b4a2156eff2491f7ebbe791a6918e4d4b0aa22f2b5b56f45
|
|
4
|
+
data.tar.gz: 4dbcd0606af0990e9f66ca5ddea2cb5d9c2571f12b2e2ac776627aa2ffcfbc69
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a876f3210d5dc36af3f853f7f330623199ead25517c701f50a8174e9bcb6e37daf304b26950d128885e896a5fedf5db4de0c1e74f1586dfac145c8b400ed90eb
|
|
7
|
+
data.tar.gz: 7ce307dbade879dafd072c5d4c51376905103d6ee81c8904a3eda5dd10e9281235608f6006040ca98d61ae09400e3522663e4b8c6bfc06adbe6c407740c9ee98
|
data/CONTRIBUTING.md
CHANGED
|
@@ -12,7 +12,7 @@ To contribute software you'll need to setup a development environment.
|
|
|
12
12
|
sudo apt-get install --assume-yes ruby-full, libicu-dev, git
|
|
13
13
|
sudo chown -R $USER:$USER /var/lib/gems
|
|
14
14
|
sudo chown -R $USER:$USER /usr/local/bin
|
|
15
|
-
gem install safedb bundler
|
|
15
|
+
gem install safedb bundler gem-release
|
|
16
16
|
git clone https://github.com/devops4me/safedb.net.git mirror.safedb.ro
|
|
17
17
|
cd mirror.safedb
|
|
18
18
|
rake install
|
|
@@ -60,7 +60,7 @@ Now when releasing we eject the file back into **`~/.gem/credentials`**, secure
|
|
|
60
60
|
```
|
|
61
61
|
cd ~/.gem
|
|
62
62
|
safe eject rubygems.org.credentials
|
|
63
|
-
chmod 0600 credentials
|
|
63
|
+
sudo chmod 0600 credentials
|
|
64
64
|
cd <<gem-repository-directory>>
|
|
65
65
|
git push -u origin master
|
|
66
66
|
rake install
|
data/lib/version.rb
CHANGED