release version 0.0.12
This commit is contained in:
parent
c4970332eb
commit
0fb7ebc2c1
2 changed files with 14 additions and 12 deletions
24
Gemfile.lock
24
Gemfile.lock
|
|
@ -1,17 +1,17 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
diaspora_federation (0.0.11)
|
||||
diaspora_federation (0.0.12)
|
||||
faraday (~> 0.9.0)
|
||||
faraday_middleware (~> 0.10.0)
|
||||
nokogiri (~> 1.6, >= 1.6.7.1)
|
||||
typhoeus (~> 0.7)
|
||||
valid (~> 1.0)
|
||||
diaspora_federation-rails (0.0.11)
|
||||
diaspora_federation (= 0.0.11)
|
||||
diaspora_federation-rails (0.0.12)
|
||||
diaspora_federation (= 0.0.12)
|
||||
rails (~> 4.2)
|
||||
diaspora_federation-test (0.0.11)
|
||||
diaspora_federation (= 0.0.11)
|
||||
diaspora_federation-test (0.0.12)
|
||||
diaspora_federation (= 0.0.12)
|
||||
factory_girl (~> 4.5, >= 4.5.0)
|
||||
|
||||
GEM
|
||||
|
|
@ -62,12 +62,13 @@ GEM
|
|||
codeclimate-test-reporter (0.4.8)
|
||||
simplecov (>= 0.7.1, < 1.0.0)
|
||||
coderay (1.1.0)
|
||||
concurrent-ruby (1.0.0)
|
||||
crack (0.4.2)
|
||||
safe_yaml (~> 1.0.0)
|
||||
diff-lcs (1.2.5)
|
||||
docile (1.1.5)
|
||||
erubis (2.7.0)
|
||||
ethon (0.8.0)
|
||||
ethon (0.8.1)
|
||||
ffi (>= 1.3.0)
|
||||
factory_girl (4.5.0)
|
||||
activesupport (>= 3.0.0)
|
||||
|
|
@ -247,12 +248,13 @@ GEM
|
|||
spring-watcher-listen (2.0.0)
|
||||
listen (>= 2.7, < 4.0)
|
||||
spring (~> 1.2)
|
||||
sprockets (3.4.1)
|
||||
sprockets (3.5.2)
|
||||
concurrent-ruby (~> 1.0)
|
||||
rack (> 1, < 3)
|
||||
sprockets-rails (2.3.3)
|
||||
actionpack (>= 3.0)
|
||||
activesupport (>= 3.0)
|
||||
sprockets (>= 2.8, < 4.0)
|
||||
sprockets-rails (3.0.0)
|
||||
actionpack (>= 4.0)
|
||||
activesupport (>= 4.0)
|
||||
sprockets (>= 3.0.0)
|
||||
sqlite3 (1.3.11)
|
||||
systemu (2.6.5)
|
||||
terminal-table (1.5.2)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
module DiasporaFederation
|
||||
# the gem version
|
||||
VERSION = "0.0.11"
|
||||
VERSION = "0.0.12"
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue