Skip to content

Commit

Permalink
Merge pull request #14 from tanmaykm/compat
Browse files Browse the repository at this point in the history
update to use Project.toml
  • Loading branch information
tanmaykm committed Sep 14, 2019
2 parents af6d267 + feb8883 commit 4ee4100
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ os:
- osx
julia:
- 1.0
- 1.1
- 1.2
- 1.3
- nightly
services:
- memcached
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The Memcache.jl package is licensed under the MIT "Expat" License:

> Copyright (c) 2014: tan.
> Copyright (c) 2019: Tanmay Mohapatra.
>
> Permission is hereby granted, free of charge, to any person obtaining
> a copy of this software and associated documentation files (the
Expand Down
19 changes: 19 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name = "Memcache"
uuid = "2542163d-3f63-581c-abc1-15efe995b982"
keywords = ["memcached", "memcache", "julia-client", "julia", "client"]
license = "MIT"
desc = "Julia memcached client"
version = "0.3.1"

[deps]
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"

[compat]
julia = "≥ 1.0.0"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
1 change: 0 additions & 1 deletion REQUIRE

This file was deleted.

3 comments on commit 4ee4100

@tanmaykm
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tanmaykm
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/3537

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.1 -m "<description of version>" 4ee41003d46d2e944295e8ad8785dafa6084d742
git push origin v0.3.1

Please sign in to comment.